The following document contains the results of Checkstyle 8.2 with hbase/checkstyle.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| annotation | MissingDeprecated | 142 | |
| blocks | EmptyBlock | 44 | |
| LeftCurly | 195 | ||
| NeedBraces | 1919 | ||
| coding | EmptyStatement | 32 | |
| EqualsHashCode | 4 | ||
| InnerAssignment | 99 | ||
| NoFinalizer | 1 | ||
| design | FinalClass | 56 | |
| HideUtilityClassConstructor | 100 | ||
| InterfaceIsType | 1 | ||
VisibilityModifier
|
124 | ||
| imports | AvoidStarImport | 80 | |
ImportOrder
|
1192 | ||
| RedundantImport | 28 | ||
UnusedImports
|
115 | ||
| indentation | Indentation
|
5226 | |
| javadoc | JavadocTagContinuationIndentation
|
780 | |
| NonEmptyAtclauseDescription | 3754 | ||
| misc | ArrayTypeStyle | 149 | |
| UpperEll | 50 | ||
| sizes | LineLength
|
1583 | |
| MethodLength | 69 | ||
| whitespace | FileTabCharacter | 9 | |
| MethodParamPad | 169 | ||
| ParenPad | 268 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 138 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 163 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 215 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 216 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 282 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 283 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 337 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| indentation | Indentation | 'lambda arguments' has incorrect indentation level 8, expected level should be 14. | 121 | |
| indentation | Indentation | 'if' has incorrect indentation level 10, expected level should be 16. | 122 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 18. | 123 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 18. | 124 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 10, expected level should be 16. | 125 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 16. | 126 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 8, expected level should be 14. | 128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 138 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 178 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 191 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 217 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 233 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 244 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 275 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 288 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 394 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 396 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 404 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 412 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 457 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 462 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 480 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 545 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class AuthUtil should be declared as final. | 69 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 109). | 25 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 27 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 28 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 156 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 157 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 376 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 377 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 378 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 389 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 390 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 391 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 402 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 420 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 522 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 534 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 535 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 552 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 553 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 554 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 597 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 615 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 618 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 626 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 630 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 635 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 637 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 640 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 660 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 670 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 676 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 685 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 703 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 718 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 719 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 816 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 830 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 844 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 859 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 986 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1013 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1026 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1027 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1028 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1108 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1119 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1131 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1145 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1146 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1159 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1185 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1199 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1217 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1227 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1248 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1250 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1260 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1261 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1262 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1263 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1264 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1355 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1356 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1362 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1385 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1386 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1471 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1512 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 172 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 302 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 374 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 390 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 54 should have line break after. | 70 | |
| blocks | LeftCurly | '{' at column 46 should have line break after. | 71 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 72 | |
| blocks | LeftCurly | '{' at column 44 should have line break after. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 108). | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 280 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' has incorrect indentation level 3, expected level should be 4. | 79 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 183 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 186 | |
| indentation | Indentation | 'throws' has incorrect indentation level 6, expected level should be 8. | 198 | |
| indentation | Indentation | 'throws' has incorrect indentation level 6, expected level should be 8. | 246 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Service' import. | 25 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 105 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 111 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 238 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 438 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 440 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 99 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 315 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.concurrent.TimeUnit. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 102 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 108 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 114 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 349 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 353 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 370 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 104). | 68 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 269 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 60 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 100 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 101 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 114 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 135 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 153 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 168 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 181 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 193 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 194 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 207 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 66 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 100 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 7, expected level should be 6. | 164 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 181 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 210 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 296 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'junit.framework.AssertionFailedError' import. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 141 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 144 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 145 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 146 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 153 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 155 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 159 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 165 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 171 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 224 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 225 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 226 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 227 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 231 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 250 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 268 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 272 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 286 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 292 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 394 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 422 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 381 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 383 | |
| indentation | Indentation | 'if' child has incorrect indentation level 7, expected level should be 8. | 460 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 9, expected level should be 10. | 461 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 9, expected level should be 10. | 462 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 9, expected level should be 10. | 463 | |
| indentation | Indentation | 'method call rparen' has incorrect indentation level 7, expected level should be 8. | 464 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 476 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 558 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 562 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 570 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 574 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 582 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 592 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 607 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 611 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 612 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 613 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 625 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 629 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 630 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 646 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 646 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 753 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 768 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 778 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 790 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 795 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 805 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 806 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 807 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 808 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 813 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 825 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 832 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 837 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 843 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 860 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 861 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 863 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 864 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 865 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 866 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 867 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 868 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 870 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 871 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 872 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 873 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 874 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 899 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 900 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 902 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 903 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 904 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 905 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 906 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 907 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 909 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 910 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 911 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 912 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 915 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 916 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 942 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 949 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 971 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 985 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1002 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1004 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1005 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1012 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1054 | |
| blocks | EmptyBlock | Must have at least one statement. | 1066 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1077 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1090 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1110 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1140 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1155 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1167 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1168 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1169 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1171 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1186 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1199 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1221 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1229 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1237 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1245 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1253 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1254 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1256 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1259 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1265 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1266 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1268 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1271 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1281 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1282 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1284 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1287 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1293 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1294 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1295 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1297 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1301 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1311 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1312 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1314 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1317 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1323 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1324 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1326 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1334 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1335 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1336 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1338 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1347 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1359 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1360 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1363 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1366 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1420 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1433 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1434 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1435 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1438 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1447 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1448 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1449 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1451 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1454 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1460 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1461 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1462 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1464 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1473 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1474 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1475 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1476 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1478 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1496 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1497 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1498 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1500 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1509 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1510 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1511 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1512 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1514 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 1534 | |
| indentation | Indentation | 'for' has incorrect indentation level 6, expected level should be 4. | 1535 | |
| indentation | Indentation | 'for' child has incorrect indentation level 8, expected level should be 6. | 1536 | |
| indentation | Indentation | 'for' child has incorrect indentation level 8, expected level should be 6. | 1539 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 6, expected level should be 4. | 1540 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 4. | 1541 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 6. | 1542 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 4. | 1543 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 1544 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 1547 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 1548 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1549 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1553 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1554 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1555 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1557 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1561 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1579 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1580 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1581 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1583 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1599 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1600 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1602 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1616 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1617 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 1618 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1688 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1700 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1753 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1757 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1776 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1784 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1785 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1786 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1787 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1788 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1789 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1790 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1791 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1807 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1808 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1809 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1810 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1811 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1814 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1856 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1906 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1917 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1928 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1940 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1952 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2036 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2039 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2140 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2282 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2283 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2284 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2286 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2300 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2301 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2302 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2304 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2308 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2434 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2435 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2638 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 2676 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2707 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2709 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2710 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 2711 | |
| indentation | Indentation | 'while' child has incorrect indentation level 7, expected level should be 6. | 2722 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2763 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2784 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2839 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2871 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2898 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2919 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2920 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2936 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2937 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2940 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2991 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2994 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3011 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3012 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3013 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3026 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3027 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 3030 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 3035 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3043 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3044 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3060 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3061 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3073 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3094 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3126 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 3130 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3182 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3183 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3184 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3185 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3186 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3212 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3228 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3229 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3255 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3264 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3278 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 3298 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 3329 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3388 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3389 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3391 | |
| indentation | Indentation | 'method def rparen' has incorrect indentation level 48, expected level should be 2. | 3409 | |
| blocks | EmptyBlock | Must have at least one statement. | 3427 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 3718 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3805 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3807 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3841 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3878 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3880 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3958 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3966 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3974 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3975 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.ColumnFamilyDescriptor' import. | 24 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 42 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 45 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 47 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 49 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 51 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 52 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 53 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 54 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 56 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 73 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 74 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 75 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 79 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 81 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 83 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 87 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 89 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 91 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 93 | |
| sizes | LineLength | Line is longer than 100 characters (found 122). | 94 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 96 | |
| sizes | LineLength | Line is longer than 100 characters (found 122). | 97 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 98 | |
| sizes | LineLength | Line is longer than 100 characters (found 126). | 99 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 100 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 101 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 109 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 124 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 162 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 164 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 305 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 350 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 388 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 418 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 473 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 488 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 586 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 670 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 716 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.ImmutableBytesWritable' import. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hfile.CacheConfig' import. | 40 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 172 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 173 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 191 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 192 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 193 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 315 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 548 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 549 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 550 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 104 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 129 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 138 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 231 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 234 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 245 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 246 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 250 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 261 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 263 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 267 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 278 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 281 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 312 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 336 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 354 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 372 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 375 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 392 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 409 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 412 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 439 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 451 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 453 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 460 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 466 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 468 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 602 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 649 | |
| indentation | Indentation | 'if' child has incorrect indentation level 6, expected level should be 8. | 766 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 796 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 803 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 809 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 812 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 816 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 827 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 832 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 833 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 842 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 869 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 882 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 883 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 886 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 898 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 899 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 913 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 914 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 928 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 929 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 943 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 944 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 959 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 961 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 978 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 993 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1036 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1037 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 1040 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 110). | 66 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 70 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 71 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 72 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 73 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 74 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 137 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 199 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 209 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 219 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 242 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 345 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 361 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 379 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 463 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 473 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 483 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 533 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 643 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 656 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 671 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 701 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 715 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 719 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 723 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 741 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 783 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 784 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 790 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 797 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 803 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 820 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 821 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 825 | |
| indentation | Indentation | 'lambda arguments' has incorrect indentation level 20, expected level should be 14. | 847 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 847 | |
| indentation | Indentation | 'lambda arguments' has incorrect indentation level 20, expected level should be 14. | 848 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 848 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 22 | |
| design | FinalClass | Class HTestConst should be declared as final. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 109 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 110 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 111 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 112 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 113 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 114 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 115 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 116 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 117 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 118 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 119 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 120 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 121 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 122 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 33 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 63 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 122 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 156 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 160 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 258 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.junit.After' import. | 58 | |
| imports | RedundantImport | Duplicate import to line 56 - org.apache.hbase.thirdparty.com.google.common.collect.Lists. | 66 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 338 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 393 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 416 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 503 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 664 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 43, 44. | 702 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 702 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 717 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 777 | |
| indentation | Indentation | 'case' child has incorrect indentation level 10, expected level should be 12. | 851 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 852 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 853 | |
| indentation | Indentation | 'case' child has incorrect indentation level 10, expected level should be 12. | 854 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 855 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 856 | |
| indentation | Indentation | 'case' child has incorrect indentation level 10, expected level should be 12. | 857 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 858 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 859 | |
| indentation | Indentation | 'case' child has incorrect indentation level 10, expected level should be 12. | 860 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 14. | 863 | |
| indentation | Indentation | 'if' child has incorrect indentation level 14, expected level should be 16. | 864 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 14. | 865 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 866 | |
| indentation | Indentation | 'case' child has incorrect indentation level 10, expected level should be 12. | 867 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 868 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 869 | |
| indentation | Indentation | 'case' child has incorrect indentation level 10, expected level should be 12. | 870 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 871 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 872 | |
| indentation | Indentation | 'case' child has incorrect indentation level 10, expected level should be 12. | 873 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 874 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 875 | |
| indentation | Indentation | 'case' child has incorrect indentation level 10, expected level should be 12. | 876 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 14. | 878 | |
| indentation | Indentation | 'if' child has incorrect indentation level 14, expected level should be 16. | 879 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 14. | 880 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 881 | |
| indentation | Indentation | 'case' child has incorrect indentation level 10, expected level should be 12. | 882 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 883 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 884 | |
| indentation | Indentation | 'case' child has incorrect indentation level 10, expected level should be 12. | 885 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 14. | 887 | |
| indentation | Indentation | 'if' child has incorrect indentation level 14, expected level should be 16. | 888 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 14. | 889 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 890 | |
| indentation | Indentation | 'case' child has incorrect indentation level 10, expected level should be 12. | 891 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 892 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 893 | |
| indentation | Indentation | 'case' child has incorrect indentation level 10, expected level should be 12. | 894 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 895 | |
| indentation | Indentation | 'block' child has incorrect indentation level 12, expected level should be 14. | 896 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 916 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 987 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 70 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 71 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 72 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 73 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 74 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 75 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 76 | |
| indentation | Indentation | 'for' has incorrect indentation level 7, expected level should be 6. | 144 | |
| indentation | Indentation | 'for' child has incorrect indentation level 9, expected level should be 8. | 145 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 7, expected level should be 6. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 109). | 99 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 100 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.SecureProtobufLogReader' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 60 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 61 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 62 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 63 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 43. | 40 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 52. | 42 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 52. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'else' construct must use '{}'s. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.codahale.metrics.Histogram' import. | 23 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Bytes. | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 45 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 45 | |
| imports | ImportOrder | Wrong order for 'java.lang.String.format' import. | 48 | |
| misc | UpperEll | Should use uppercase 'L'. | 67 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 120 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 144 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 146 | |
| misc | UpperEll | Should use uppercase 'L'. | 289 | |
| misc | UpperEll | Should use uppercase 'L'. | 304 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 70 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 93 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 110 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 120 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 114). | 100 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 257 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 347 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 359 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 368 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 405 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 419 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 434 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 450 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 470 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 489 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 506 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 527 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 539 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 540 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 541 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 542 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 543 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 544 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 545 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 546 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 547 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 548 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 549 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 565 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 600 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 5, expected level should be 4. | 609 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 5, expected level should be 4. | 610 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 5, expected level should be 4. | 614 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 2. | 615 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 636 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 652 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 653 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 654 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 655 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 656 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 657 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 658 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 659 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 660 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 661 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 662 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 663 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 664 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 665 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 666 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 692 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 713 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 714 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 750 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 751 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 752 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 753 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 754 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 755 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 870 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1096 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1184 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1555 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1556 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1558 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1577 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1578 | |
| sizes | LineLength | Line is longer than 100 characters (found 121). | 1599 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1737 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1738 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1748 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1749 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1750 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1751 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1752 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1753 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1849 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1850 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1860 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1861 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1862 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1863 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1864 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1865 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be 4. | 1891 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1908 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1909 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1910 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1911 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1912 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1913 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1914 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2055 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2056 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2093 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2094 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2104 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2105 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2151 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2152 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2231 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2233 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2234 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2242 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2243 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2245 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2246 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2251 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2263 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2264 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2266 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2282 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2283 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2284 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2286 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2398 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2399 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2400 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 41 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 52 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 216 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 217 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 218 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 255 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 409 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 440 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 466 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 476 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 491 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 505 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 506 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 508 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 525 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 529 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 555 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 564 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 573 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 574 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 575 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 594 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 603 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 604 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 607 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 612 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.CopyOnWriteArrayList' import. | 39 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 81 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 93 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 101 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 108 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 114 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 132 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 139 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 194 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 208 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 223 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 235 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 246 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 262 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 263 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 269 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 270 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 340 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 341 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 428 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 434 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 435 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 140 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 169 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 262 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 277 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 1, expected level should be 2. | 389 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 400 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 435 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 445 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 476 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 477 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 478 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 479 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 480 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 481 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 482 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 483 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 484 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 485 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 499 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 500 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 501 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 502 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 503 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 504 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 505 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 506 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 507 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 508 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 509 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 510 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 511 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 512 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 526 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 560 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 574 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 596 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 624 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 625 | |
| indentation | Indentation | 'getServerUserRegions' has incorrect indentation level 2, expected level should be 4. | 628 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 636 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 638 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 657 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 664 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 767 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 769 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 770 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 920 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 925 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 943 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 950 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 954 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 956 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 964 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 972 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1030 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1040 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1054 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1068 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1086 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1095 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1108 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1144 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1172 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1410 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1499 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1800 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 234 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 375 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 449 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 450 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 451 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 466 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 558 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 559 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 560 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 575 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 588 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 594 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 695 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 708 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 723 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 738 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 771 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 781 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 802 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 906 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Service' import. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 70 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 84 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class NamespaceDescriptor should be declared as final. | 39 | |
| design | FinalClass | Class Builder should be declared as final. | 162 | |
| indentation | Indentation | 'if' child has incorrect indentation level 9, expected level should be 8. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 259 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 11, expected level should be one of the following: 10, 12. | 307 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 323 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 428 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 481 | |
| indentation | Indentation | 'method call rparen' has incorrect indentation level 6, expected level should be 4. | 571 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 596 | |
| misc | UpperEll | Should use uppercase 'L'. | 711 | |
| misc | UpperEll | Should use uppercase 'L'. | 711 | |
| misc | UpperEll | Should use uppercase 'L'. | 711 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1173 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1174 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1178 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1187 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 1246 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 1249 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1340 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1342 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 1348 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1477 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 1483 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1741 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1789 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1899 | |
| misc | UpperEll | Should use uppercase 'L'. | 2031 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 2168 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2223 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 2265 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2380 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2381 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 2413 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 2466 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 2480 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 2484 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 2488 | |
| sizes | MethodLength | Method length is 305 lines (max allowed is 150). | 2517 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2683 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 2712 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 843 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 844 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 845 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 863 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 864 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 865 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 984 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 985 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 986 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 987 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 988 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1010 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1203 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1204 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1214 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1215 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1228 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1229 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1243 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1244 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1281 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1282 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2140 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2141 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2142 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2175 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2190 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2266 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2267 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2281 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2282 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2296 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2312 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2313 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2328 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2346 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2362 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2378 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2395 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2415 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2431 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2448 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2452 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2455 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2459 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 2460 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2465 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2478 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2491 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2504 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2517 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2596 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2735 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2753 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2761 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2776 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2787 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2802 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2807 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2815 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2881 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2882 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2883 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2884 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2906 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2925 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2944 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 21 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.AnnotationReadingPriorityFunction' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.ws.rs.client.Client' import. | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 273 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | ')' is preceded with whitespace. | 72 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 120 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 143 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 146 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 149 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 154 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 170 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 194 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 266 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 269 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 36 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 | |
| blocks | LeftCurly | '{' at column 43 should have line break after. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 160 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Connection' import. | 29 | |
| sizes | LineLength | Line is longer than 100 characters (found 155). | 82 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 198 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 200 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 255 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 257 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 325 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 327 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 330 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 381 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 383 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 402 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 176 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 180 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 189 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 213 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 274 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 557 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 207 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 208 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 209 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 219 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 250 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 251 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 252 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 254 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 271 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 273 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 280 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 360 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 361 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 362 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 367 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 368 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 374 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 375 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 402 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 413 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 416 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 27 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 131 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 110 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 114 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.TableDescriptor' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 33 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 35 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 35 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 39 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 39 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 43 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 123 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 125 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 127 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 130 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 132 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 134 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 135 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 136 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 178 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 186 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 190 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 428 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 429 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 457 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 510 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 511 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 528 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 245 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.testclassification.MediumTests' import. | 26 | |
| imports | RedundantImport | Duplicate import to line 24 - org.apache.hadoop.hbase.testclassification.MediumTests. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 189 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 244 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Threads. | 40 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.junit.AfterClass' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.conf.Configuration. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 109). | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 153 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 154 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 155 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 158 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'clz' has incorrect indentation level 6, expected level should be 10. | 254 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.io.IOException. | 29 | |
| imports | UnusedImports | Unused import - java.util.HashMap. | 30 | |
| imports | UnusedImports | Unused import - java.util.Map. | 32 | |
| imports | UnusedImports | Unused import - java.util.Map.Entry. | 33 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 202 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 206 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 208 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 45 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 138 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 175 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 188 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 31. | 189 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 31. | 191 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 31. | 192 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 194 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 33. | 195 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 33. | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.Store. | 44 | |
| blocks | EmptyBlock | Must have at least one statement. | 92 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 314 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 104). | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.security.access.AccessControlLists. | 31 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Threads. | 35 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 190 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'HBaseClassTestRule' has incorrect indentation level 2, expected level should be 4. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 188 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 471 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 115 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 219 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 220 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 236 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 274 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 297 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 309 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 651 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 105). | 116 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| indentation | Indentation | '(' has incorrect indentation level 6, expected level should be 8. | 194 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 194 | |
| sizes | LineLength | Line is longer than 100 characters (found 122). | 205 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 212 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 129 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 155 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 4, expected level should be 6. | 160 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 176 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 186 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 210 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 211 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 212 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 213 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 217 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 230 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 231 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 232 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 233 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 237 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 243 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 244 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 245 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 246 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 250 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 260 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 261 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 263 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 276 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 282 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 283 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 284 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 287 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 306 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 309 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 310 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 311 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 312 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 315 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 319 | |
| blocks | EmptyBlock | Must have at least one statement. | 346 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 375 | |
| coding | EmptyStatement | Empty statement. | 375 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 84 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 5, expected level should be one of the following: 4, 6. | 112 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 195 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 257 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 105). | 225 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 355 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 387 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 210 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 248 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 321 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 341 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 375 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 396 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 404 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 407 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 457 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 559 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 573 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 654 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 655 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 656 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 665 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 683 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 684 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 685 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 689 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 695 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 696 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 795 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 75 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 173 | |
| misc | UpperEll | Should use uppercase 'L'. | 199 | |
| misc | UpperEll | Should use uppercase 'L'. | 199 | |
| misc | UpperEll | Should use uppercase 'L'. | 199 | |
| misc | UpperEll | Should use uppercase 'L'. | 200 | |
| misc | UpperEll | Should use uppercase 'L'. | 200 | |
| misc | UpperEll | Should use uppercase 'L'. | 202 | |
| misc | UpperEll | Should use uppercase 'L'. | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 12, expected level should be one of the following: 10, 25, 27. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 188 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 217 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 265 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 215 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 321 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 322 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 327 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 328 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 329 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 330 | |
| blocks | EmptyBlock | Must have at least one statement. | 336 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 202 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 211 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 276 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Threads. | 21 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 34 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 36 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 37 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 43 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 46 | |
| blocks | EmptyBlock | Must have at least one statement. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 53 | |
| indentation | Indentation | 'while' has incorrect indentation level 6, expected level should be 4. | 54 | |
| blocks | EmptyBlock | Must have at least one statement. | 54 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 2. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Durability' import. | 30 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 39 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 61 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 107 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 127 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 178 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 203 | |
| blocks | EmptyBlock | Must have at least one statement. | 209 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 231 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 236 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 250 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 262 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 267 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 273 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.DoNotRetryRegionException' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 191 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 192 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 | |
| blocks | LeftCurly | '{' at column 50 should have line break after. | 176 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.log4j.Level' import. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class HFileArchiver should be declared as final. | 54 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be one of the following: 4, 6. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 66 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. | 67 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 6, expected level should be one of the following: 2, 4. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 244 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 559 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 565 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 582 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 584 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 620 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 630 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.junit.Assert' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 33 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.CompactingMemStore. | 37 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.Region. | 41 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 274 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 279 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 307 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 431 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 449 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 454 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Connection' import. | 26 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 63 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 72 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.zookeeper.ZKListener' import. | 28 | |
| design | FinalClass | Class TableHFileArchiveTracker should be declared as final. | 40 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 70 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 93 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 263 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 272 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 273 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 296 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 299 | |
| blocks | EmptyBlock | Must have at least one statement. | 349 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 377 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 402 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 429 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 441 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 134). | 251 | |
| sizes | LineLength | Line is longer than 100 characters (found 142). | 253 | |
| sizes | LineLength | Line is longer than 100 characters (found 141). | 255 | |
| sizes | LineLength | Line is longer than 100 characters (found 134). | 281 | |
| sizes | LineLength | Line is longer than 100 characters (found 131). | 285 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Random' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'block' child has incorrect indentation level 5, expected level should be 6. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 104). | 35 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 84 | |
| indentation | Indentation | 'block' child has incorrect indentation level 9, expected level should be 10. | 85 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 10. | 86 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 12. | 87 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 10. | 88 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 12. | 91 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 10. | 92 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 93 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 94 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 95 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 10. | 96 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 12. | 97 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 12. | 98 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 10. | 99 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 12. | 102 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 10. | 103 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 104 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 45 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 50 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.chaos.actions.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.chaos.actions.*. | 21 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 58 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 59 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 60 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 61 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 62 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 63 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 70 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 71 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 72 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 73 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 74 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 75 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 76 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 77 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 78 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 83 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 85 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 86 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 87 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 88 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 89 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 91 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ReflectionUtils' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 50 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 51 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 53 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 54 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 55 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 59 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 60 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 61 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 62 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 63 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 64 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 65 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 66 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 67 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 71 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 74 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 79 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 44 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 45 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 46 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 47 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.chaos.actions.*. | 21 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 56 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 57 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 58 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 59 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 60 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 67 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 68 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 69 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 70 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 71 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 72 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 73 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 74 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 75 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 76 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 81 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 83 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 84 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 85 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 86 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 87 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 89 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 90 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 91 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 116 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 128 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 137 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 140 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 146 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 149 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.chaos.actions.*. | 20 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 34 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 35 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 36 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 37 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 41 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 42 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 43 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 44 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 45 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 48 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 50 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 51 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 52 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 53 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 54 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 55 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 56 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.concurrent.ExecutionException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.metrics.ScanMetrics' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 31 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 28 should have line break after. | 79 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 249 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 263 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 276 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 295 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 296 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 309 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 312 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 313 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 366 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 386 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 427 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 428 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 455 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 475 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 506 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 508 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 520 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 540 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 589 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 592 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 603 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 606 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 770 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 772 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 807 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 886 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 900 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 916 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 926 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 938 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 957 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 963 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 971 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 983 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1020 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1022 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1024 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1025 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 1043 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1044 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1057 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1065 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1068 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1079 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1083 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1091 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1114 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1169 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1181 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1189 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1209 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1234 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1236 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1248 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1256 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1263 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1273 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1274 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1290 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1303 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 1401 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1561 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1568 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1571 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1580 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1587 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1590 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1606 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1615 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1619 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1627 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1634 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1647 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1667 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1681 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 1728 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1729 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 1744 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1745 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1754 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1774 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1897 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1943 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1968 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1972 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 1979 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1987 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 1994 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 2008 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 2024 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 2041 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 2058 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2134 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2136 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2138 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2147 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2149 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2152 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2174 | |
| sizes | LineLength | Line is longer than 100 characters (found 125). | 2184 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2375 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2383 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2390 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2398 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2399 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2710 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 186 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 432 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 446 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 956 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 985 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 992 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 999 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1000 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1069 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1096 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1124 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.HBaseRpcController' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.MultiResponse.RegionResult' import. | 55 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 62 | |
| design | VisibilityModifier | Variable 'loc' must be private and have accessor methods. | 112 | |
| design | VisibilityModifier | Variable 'actions' must be private and have accessor methods. | 114 | |
| design | VisibilityModifier | Variable 'actionsByRegion' must be private and have accessor methods. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.client.ConnectionUtils.*. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.metrics.ScanMetrics' import. | 31 | |
| design | VisibilityModifier | Variable 'loc' must be private and have accessor methods. | 103 | |
| design | VisibilityModifier | Variable 'stub' must be private and have accessor methods. | 107 | |
| design | VisibilityModifier | Variable 'controller' must be private and have accessor methods. | 109 | |
| design | VisibilityModifier | Variable 'resp' must be private and have accessor methods. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 106). | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.HBaseRpcController' import. | 44 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.CollectionUtils' import. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 469 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.concurrent.CompletableFuture' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.HBaseRpcController' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.client.AsyncRegionLocator.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'locateType' must be private and have accessor methods. | 78 | |
| design | VisibilityModifier | Variable 'cache' must be private and have accessor methods. | 102 | |
| design | VisibilityModifier | Variable 'pendingRequests' must be private and have accessor methods. | 105 | |
| design | VisibilityModifier | Variable 'allRequests' must be private and have accessor methods. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.AsyncProcessTask.SubmittedRows' import. | 47 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 218 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 223 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 318 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 327 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 390 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 406 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.coprocessor.Batch' import. | 28 | |
| design | FinalClass | Class Builder should be declared as final. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.concurrent.CompletableFuture' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.RegionMovedException' import. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ReflectionUtils' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.InterruptedIOException' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 104 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 138 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 141 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 151 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 173 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 405 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 423 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 443 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 459 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 461 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 475 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 479 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 501 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 522 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 539 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 610 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 636 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 774 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1091 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 1102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.HBaseRpcController' import. | 39 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.ConnectionUtils.retries2Attempts' import. | 22 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.metrics.ScanMetrics' import. | 34 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 393 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.HBaseRpcController' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.HBaseRpcController' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 30 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 14, expected level should be 16. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 191 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.metrics.ScanMetrics' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.protobuf.RpcController' import. | 27 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 55 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 72 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 95 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 100 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 106 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 112 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.ConnectionUtils.calcEstimatedSize' import. | 22 | |
| imports | UnusedImports | Unused import - java.util.concurrent.atomic.AtomicBoolean. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.RpcControllerFactory' import. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Addressing' import. | 27 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseConfiguration' import. | 38 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.NotServingRegionException' import. | 42 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 554 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.protobuf.RpcController' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 31 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 49 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.CellUtil. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.RpcControllerFactory' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 21 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.compress.Compression' import. | 27 | |
| indentation | Indentation | 'block' child has incorrect indentation level 4, expected level should be 6. | 47 | |
| indentation | Indentation | 'if' has incorrect indentation level 4, expected level should be 6. | 48 | |
| indentation | Indentation | 'if' child has incorrect indentation level 6, expected level should be 8. | 49 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 4, expected level should be 6. | 50 | |
| indentation | Indentation | 'block' child has incorrect indentation level 4, expected level should be 6. | 52 | |
| indentation | Indentation | 'if' has incorrect indentation level 4, expected level should be 6. | 53 | |
| indentation | Indentation | 'if' child has incorrect indentation level 6, expected level should be 8. | 54 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 4, expected level should be 6. | 55 | |
| indentation | Indentation | 'block' child has incorrect indentation level 4, expected level should be 6. | 56 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 2, expected level should be 4. | 57 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 198 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 225 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 21 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 40 | |
| design | FinalClass | Class ColumnFamilyDescriptorBuilder should be declared as final. | 47 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 64 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 76 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 79 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 91 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 94 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 97 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 100 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 110 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 146 | |
| sizes | LineLength | Line is longer than 100 characters (found 121). | 167 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 179 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 275 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 325 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 327 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 355 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 515 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 605 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 606 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 623 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 661 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 771 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 813 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 820 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 862 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 876 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 879 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 891 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 929 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 942 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 956 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 974 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 987 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 1000 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 1013 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 1026 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1031 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 1040 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1045 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 1138 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 1151 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1181 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1184 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 1187 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1218 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1235 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1250 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1265 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 1314 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1328 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1329 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 29 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.User' import. | 29 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 269 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 316 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1022 | |
| sizes | MethodLength | Method length is 510 lines (max allowed is 150). | 1209 | |
| indentation | Indentation | 'throws' has incorrect indentation level 6, expected level should be 8. | 1253 | |
| indentation | Indentation | 'throws' has incorrect indentation level 6, expected level should be 8. | 1260 | |
| indentation | Indentation | 'throws' has incorrect indentation level 6, expected level should be 8. | 1498 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 1662 | |
| coding | NoFinalizer | Avoid using finalizer method. | 1935 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class ShortCircuitingClusterConnection should be declared as final. | 131 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 140 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 160 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 339 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.EnvironmentEdgeManager' import. | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 25 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 81 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.filter.Filter' import. | 37 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 136 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 137 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 146 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 222 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 352 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 362 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 582 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 289 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 300 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 302 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 304 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 305 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10. | 306 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 529 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 532 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 534 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 536 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 537 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be one of the following: 14, 16. | 538 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 539 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 540 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 541 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10. | 542 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 591 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 598 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 750 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 832 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 895 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1055 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1133 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1139 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1145 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1153 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1160 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1162 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1264 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1270 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1279 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1285 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1336 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1414 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1428 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1627 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1646 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1664 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1682 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1704 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1709 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1713 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1722 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1724 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 1730 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 1731 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10. | 1732 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1763 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1777 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1796 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1799 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1944 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1946 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1947 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1948 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1978 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2060 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2126 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2145 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 2155 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 2157 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 2160 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10. | 2161 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2172 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 2182 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 2185 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 7, expected level should be one of the following: 10, 12. | 2187 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10. | 2188 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2199 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 2209 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 2212 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2214 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2215 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2346 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2348 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2367 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2383 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2423 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2450 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2456 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2850 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2852 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2858 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2859 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 2860 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 3058 | |
| indentation | Indentation | 'throws' has incorrect indentation level 6, expected level should be 8. | 3075 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 3083 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 3085 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be one of the following: 14, 16, 18. | 3087 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 10, expected level should be one of the following: 12, 14, 16. | 3088 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 8, expected level should be one of the following: 10, 12, 14. | 3089 | |
| indentation | Indentation | 'throws' has incorrect indentation level 6, expected level should be 8. | 3121 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3723 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3726 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 27 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HRegionInfo. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Threads' import. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.coprocessor.ObserverContext' import. | 36 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 61 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 81 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 83 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 87 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 91 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 103 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 152 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 72 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 81 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.coprocessor.Batch' import. | 42 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 59 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 64 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.ConnectionUtils.checkHasFamilies' import. | 79 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 228 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 352 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 375 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 491 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 523 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 626 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 656 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 663 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 692 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 699 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 706 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 735 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 743 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 750 | |
| indentation | Indentation | 'new' has incorrect indentation level 4, expected level should be 6. | 800 | |
| indentation | Indentation | 'rpcControllerFactory' has incorrect indentation level 4, expected level should be 6. | 801 | |
| indentation | Indentation | '.' has incorrect indentation level 4, expected level should be 6. | 829 | |
| indentation | Indentation | '.' has incorrect indentation level 4, expected level should be 6. | 830 | |
| indentation | Indentation | '.' has incorrect indentation level 4, expected level should be 6. | 831 | |
| indentation | Indentation | '.' has incorrect indentation level 4, expected level should be 6. | 832 | |
| indentation | Indentation | '.' has incorrect indentation level 4, expected level should be 6. | 833 | |
| indentation | Indentation | '.' has incorrect indentation level 4, expected level should be 6. | 835 | |
| indentation | Indentation | '.' has incorrect indentation level 4, expected level should be 6. | 836 | |
| indentation | Indentation | '.' has incorrect indentation level 4, expected level should be 6. | 837 | |
| indentation | Indentation | '.' has incorrect indentation level 4, expected level should be 6. | 838 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 848 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 852 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 856 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 872 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 873 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1037 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1052 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1058 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1070 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1076 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1087 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1093 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1104 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1110 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1129 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1131 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be one of the following: 12, 14. | 1132 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1133 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1134 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 1135 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 1165 | |
| indentation | Indentation | '=' has incorrect indentation level 4, expected level should be 6. | 1187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 141 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 153 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor' import. | 22 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor' import. | 22 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HColumnDescriptor' import. | 24 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 111). | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.AsyncRpcRetryingCallerFactory.MasterRequestCallerBuilder' import. | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Descriptors.MethodDescriptor' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 80 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 191 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 294 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 387 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.concurrent.ConcurrentHashMap' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 44 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 445 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 447 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 448 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 449 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 451 | |
| indentation | Indentation | 'switch' has incorrect indentation level 8, expected level should be 10. | 452 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 12. | 453 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 14. | 454 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 14. | 455 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 12. | 456 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 14. | 457 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 14. | 458 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 12. | 459 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 14. | 460 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 14. | 461 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 12. | 462 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 14. | 463 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 14. | 464 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 12. | 465 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 14. | 466 | |
| indentation | Indentation | 'switch rcurly' has incorrect indentation level 8, expected level should be 10. | 467 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 468 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 470 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 471 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 472 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 475 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 476 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 479 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 480 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 483 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 484 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 487 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 488 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 491 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 492 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 494 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 495 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 496 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 497 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.protobuf.RpcController' import. | 40 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.common.annotations.VisibleForTesting' import. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 132 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 172 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 173 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 174 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 284 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 397 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 407 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 411 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 418 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 430 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 434 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 441 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 443 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 445 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 446 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 544 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 608 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 623 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 638 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 740 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 749 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 750 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 752 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.PreemptiveFastFailException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.HBaseRpcController' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.JsonMapper' import. | 25 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.ClientExceptionsUtil' import. | 36 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 184 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 220 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 252 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 280 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 281 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 282 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 283 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 288 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 221 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 232 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.common.collect.ArrayListMultimap' import. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 36 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 173 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.RpcControllerFactory' import. | 24 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 39 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 71 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'if' has incorrect indentation level 10, expected level should be 22. | 495 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 24. | 496 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 24. | 497 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 10, expected level should be 22. | 498 | |
| indentation | Indentation | 'if' has incorrect indentation level 10, expected level should be 22. | 499 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 24. | 500 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 10, expected level should be 22. | 501 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 24. | 502 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 10, expected level should be 22. | 503 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 8, expected level should be 20. | 504 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 690 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 744 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 756 | |
| indentation | Indentation | 'if' has incorrect indentation level 14, expected level should be 12. | 832 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 14. | 833 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 14, expected level should be 12. | 834 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 14. | 835 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 14, expected level should be 12. | 836 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 1049 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1237 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1243 | |
| indentation | Indentation | 'lambda arguments' has incorrect indentation level 8, expected level should be 6. | 1376 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 10. | 1378 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 12. | 1379 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 10. | 1380 | |
| indentation | Indentation | 'else' child has incorrect indentation level 8, expected level should be 12. | 1381 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 6, expected level should be 10. | 1382 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 4, expected level should be 8. | 1383 | |
| indentation | Indentation | 'if' has incorrect indentation level 14, expected level should be 18. | 1402 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 1403 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 14, expected level should be 18. | 1404 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 20. | 1405 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 14, expected level should be 18. | 1406 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 12, expected level should be 16. | 1407 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 1425 | |
| indentation | Indentation | 'if' has incorrect indentation level 14, expected level should be 18. | 1453 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 20. | 1454 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 14, expected level should be 18. | 1455 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be 20. | 1456 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 14, expected level should be 18. | 1457 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 12, expected level should be 16. | 1458 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 1598 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 1684 | |
| indentation | Indentation | 'if' has incorrect indentation level 10, expected level should be 14. | 1734 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 16. | 1735 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 16. | 1736 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 10, expected level should be 14. | 1737 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 14. | 1738 | |
| indentation | Indentation | 'else' child has incorrect indentation level 18, expected level should be 20. | 1754 | |
| indentation | Indentation | 'else' child has incorrect indentation level 18, expected level should be 20. | 1756 | |
| indentation | Indentation | 'else' child has incorrect indentation level 18, expected level should be 20. | 1757 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 16, expected level should be 18. | 1759 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 14, expected level should be 16. | 1760 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1760 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 14. | 1768 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 8, expected level should be 12. | 1769 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1795 | |
| indentation | Indentation | 'if' child has incorrect indentation level 14, expected level should be 16. | 1824 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 14. | 1826 | |
| indentation | Indentation | 'else' child has incorrect indentation level 14, expected level should be 16. | 1827 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be 14. | 1838 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 10, expected level should be 12. | 1839 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1839 | |
| indentation | Indentation | 'else' child has incorrect indentation level 8, expected level should be 10. | 1862 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 1865 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 10. | 1875 | |
| indentation | Indentation | 'else' child has incorrect indentation level 10, expected level should be 12. | 1877 | |
| indentation | Indentation | 'else' child has incorrect indentation level 10, expected level should be 12. | 1878 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 10. | 1888 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 6, expected level should be 8. | 1889 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1889 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 6, expected level should be 8. | 1890 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 4, expected level should be 6. | 1891 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1891 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1924 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 2196 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 2200 | |
| indentation | Indentation | 'lambda arguments' has incorrect indentation level 14, expected level should be 12. | 2212 | |
| indentation | Indentation | 'lambda arguments' has incorrect indentation level 14, expected level should be 12. | 2213 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 2223 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2233 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2274 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 2765 | |
| indentation | Indentation | 'lambda arguments' has incorrect indentation level 16, expected level should be 14. | 2825 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 2852 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 2949 | |
| sizes | LineLength | Line is longer than 100 characters (found 121). | 2974 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 3016 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.HBaseRpcController' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 34 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 190 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 191 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 192 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.CoprocessorRpcUtils' import. | 27 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Descriptors' import. | 31 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 72 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Descriptors.MethodDescriptor' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 23 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Descriptors.MethodDescriptor' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 10. | 122 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 10. | 126 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 142 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 144 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 2, expected level should be 4. | 147 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 152 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 223 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 224 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 226 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 227 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 228 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 234 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 276 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 284 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 318 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 320 | |
| indentation | Indentation | '.' has incorrect indentation level 6, expected level should be 8. | 333 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 341 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 343 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 347 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 352 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 353 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 354 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 356 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 360 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 371 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 375 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 384 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 388 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 406 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 407 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 428 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 452 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 466 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 480 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 483 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 496 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 510 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 513 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 8, expected level should be 10. | 565 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 591 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 593 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 596 | |
| indentation | Indentation | 'if' child has incorrect indentation level 4, expected level should be 6. | 620 | |
| indentation | Indentation | 'if' child has incorrect indentation level 4, expected level should be 6. | 621 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 8, expected level should be 10. | 632 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 6, expected level should be 8. | 649 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 4, expected level should be 6. | 653 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 672 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 692 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 694 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 696 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 706 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 708 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 721 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 736 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class RegionInfoBuilder should be declared as final. | 31 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 243 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 262 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 7, expected level should be 6. | 369 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 413 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 445 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.client.RegionInfo. | 24 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.client.RegionInfoBuilder. | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 48 | |
| indentation | Indentation | 'RegionInfoBuilder' has incorrect indentation level 4, expected level should be 6. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 120 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 8, expected level should be 10. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Pair' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 61 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 91 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 8. | 144 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 8. | 148 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.HBaseRpcController' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 34 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 139 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 185 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.AsyncRpcRetryingCallerFactory.ServerRequestCallerBuilder' import. | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Descriptors.MethodDescriptor' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 67 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 101 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 104 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ReflectionUtils' import. | 24 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 43 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 258 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 260 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 366 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 370 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 398 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 679 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 853 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 870 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 871 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 889 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 898 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.EnvironmentEdgeManager' import. | 33 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 177 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 258 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 259 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 270 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.metrics.ScanMetrics' import. | 29 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 34 | |
| indentation | Indentation | 'extends' has incorrect indentation level 0, expected level should be 2. | 48 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.RpcControllerFactory' import. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 41 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.metrics.ScanMetrics' import. | 36 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 22 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 37 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 97 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 166 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 170 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.HBaseRpcController' import. | 40 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.EnvironmentEdgeManager' import. | 45 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants.PRIORITY_UNSET' import. | 47 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 114 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 135 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 217 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 247 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.metrics.ScanMetrics' import. | 36 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 43 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 128 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 387 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 857 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 867 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 899 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1039 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.metrics.ScanMetrics' import. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.ScannerCallable.MoreResults' import. | 43 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 259 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 262 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 353 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 393 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.RpcControllerFactory' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.security.token.Token' import. | 39 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants.PRIORITY_UNSET' import. | 41 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 83 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.concurrent.ConcurrentHashMap' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.backoff.ServerStatistics' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 106). | 337 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 637 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.InterruptedIOException' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 47 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.CollectionUtils.computeIfAbsent' import. | 48 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 62 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 88 | |
| indentation | Indentation | 'lambda' has incorrect indentation level 12, expected level should be one of the following: 6, 8. | 250 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 327 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 435 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 436 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 437 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.CoprocessorRpcChannel' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.coprocessor.Batch' import. | 33 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Descriptors' import. | 37 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 145 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 163 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 164 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 178 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 336 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 337 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 338 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 340 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 341 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 346 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 347 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 489 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 529 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 548 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 121 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 131 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 168 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class TableDescriptorBuilder should be declared as final. | 54 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 142 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 270 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 388 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 394 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 488 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 506 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 508 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 514 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 636 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 647 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 673 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 709 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 771 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 805 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 856 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 928 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1072 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 1107 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1116 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1117 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1123 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1156 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1169 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1182 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1238 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1276 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1350 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1356 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 1361 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1379 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1382 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 21 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 24 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 50 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 51 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 52 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 53 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 54 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 55 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 56 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 57 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 58 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 59 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 60 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 61 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 62 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 63 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 76 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 77 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 78 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 79 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 80 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 81 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 82 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 83 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 84 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 85 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 86 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 87 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 88 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 183 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 236 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 237 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 241 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 242 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 214 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 7, expected level should be 4. | 494 | |
| indentation | Indentation | 'try' has incorrect indentation level 7, expected level should be 4. | 495 | |
| indentation | Indentation | 'try' child has incorrect indentation level 9, expected level should be 6. | 496 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 7, expected level should be 4. | 497 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 11, expected level should be 6. | 498 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 11, expected level should be 6. | 499 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 7, expected level should be 4. | 500 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 2. | 501 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 505 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 506 | |
| indentation | Indentation | 'regionList' has incorrect indentation level 6, expected level should be 8. | 620 | |
| sizes | MethodLength | Method length is 174 lines (max allowed is 150). | 674 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 679 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 680 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 681 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 682 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 683 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 684 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 685 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 686 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 687 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 832 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 833 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 834 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 835 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 857 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 858 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 909 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 910 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 929 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 27. | 935 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 27. | 936 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 27. | 937 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 964 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 965 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1068 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 1242 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 134 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 196 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 220 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 237 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 266 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 277 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 289 | |
| indentation | Indentation | 'try' child has incorrect indentation level 4, expected level should be 6. | 296 | |
| indentation | Indentation | 'finally' child has incorrect indentation level 7, expected level should be 6. | 298 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 304 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 422 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 1, expected level should be 2. | 444 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 528 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| sizes | LineLength | Line is longer than 100 characters (found 121). | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 68 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 69 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 70 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 248 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.MiniHBaseCluster. | 32 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 191 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 127 | |
| indentation | Indentation | 'throws' has incorrect indentation level 8, expected level should be 10. | 414 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 502 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1438 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1669 | |
| indentation | Indentation | 'switch' has incorrect indentation level 11, expected level should be 6. | 1669 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 1670 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1671 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1672 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 1673 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1674 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1675 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 1676 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1677 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1678 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 1679 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1680 | |
| indentation | Indentation | 'switch rcurly' has incorrect indentation level 4, expected level should be 6. | 1681 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 83 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 84 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 85 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 86 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 87 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 88 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 89 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 58 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 137 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 295 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 302 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. | 322 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 381 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 382 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 36 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName.META_TABLE_NAME' import. | 40 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 48 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 186 | |
| indentation | Indentation | 'splitTest' has incorrect indentation level 2, expected level should be 4. | 190 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 104). | 304 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 417 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 433 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 145 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 148 | |
| indentation | Indentation | 'if' child has incorrect indentation level 14, expected level should be one of the following: 10, 12. | 149 | |
| indentation | Indentation | 'if' has incorrect indentation level 14, expected level should be one of the following: 10, 12. | 150 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 151 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 152 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 14, expected level should be one of the following: 10, 12. | 153 | |
| indentation | Indentation | 'else' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 154 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 14, expected level should be one of the following: 10, 12. | 155 | |
| indentation | Indentation | 'if' child has incorrect indentation level 14, expected level should be one of the following: 10, 12. | 156 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 157 | |
| indentation | Indentation | 'else' child has incorrect indentation level 14, expected level should be one of the following: 10, 12. | 158 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 159 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 160 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 162 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 164 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 208 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Optional' import. | 36 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 39 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName.META_TABLE_NAME' import. | 39 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 117 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 104). | 52 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 58 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 64 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 100 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 106 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 | |
| blocks | EmptyBlock | Must have at least one statement. | 246 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 138 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 | |
| indentation | Indentation | 'else' child has incorrect indentation level 14, expected level should be 12. | 1322 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 63 | |
| indentation | Indentation | 'result' has incorrect indentation level 4, expected level should be 6. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 152 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 156 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 188 | |
| indentation | Indentation | 'extends' has incorrect indentation level 2, expected level should be 4. | 306 | |
| indentation | Indentation | 'extends' has incorrect indentation level 2, expected level should be 4. | 338 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 342 | |
| indentation | Indentation | 'extends' has incorrect indentation level 2, expected level should be 4. | 365 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 378 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 453 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 501 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 534 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 541 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 544 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 545 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 554 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 555 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 580 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 585 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 586 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 587 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 588 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 589 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 636 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 638 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 651 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 652 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 666 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 667 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 675 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 721 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 722 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 723 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 724 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 726 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 741 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 758 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 6. | 765 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 844 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 33 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 82 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 121 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 6. | 145 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 6. | 146 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 166 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 197 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 208 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 166 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 172 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 226 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 235 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 288 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 297 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 359 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 367 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 428 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 434 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 479 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 107). | 163 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 175 | |
| sizes | LineLength | Line is longer than 100 characters (found 121). | 199 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 211 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 220 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 247 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 109). | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 322 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 434 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 531 | |
| sizes | MethodLength | Method length is 189 lines (max allowed is 150). | 533 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 598 | |
| blocks | EmptyBlock | Must have at least one statement. | 705 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 726 | |
| indentation | Indentation | 'for' has incorrect indentation level 7, expected level should be 6. | 905 | |
| indentation | Indentation | 'if' has incorrect indentation level 9, expected level should be 8. | 906 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 906 | |
| indentation | Indentation | 'if' child has incorrect indentation level 11, expected level should be 10. | 908 | |
| indentation | Indentation | 'if' child has incorrect indentation level 11, expected level should be 10. | 909 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 9, expected level should be 8. | 910 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 7, expected level should be 6. | 911 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 914 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 154 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 225 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 235 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 253 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| sizes | MethodLength | Method length is 189 lines (max allowed is 150). | 117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 359 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 392 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 477 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 556 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 567 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 584 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 596 | |
| indentation | Indentation | 'for' child has incorrect indentation level 8, expected level should be 6. | 688 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 0, expected level should be 2. | 710 | |
| sizes | MethodLength | Method length is 299 lines (max allowed is 150). | 860 | |
| sizes | MethodLength | Method length is 212 lines (max allowed is 150). | 1324 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 1436 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 1437 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 1445 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 1446 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 1453 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 1454 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 1461 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 1462 | |
| sizes | LineLength | Line is longer than 100 characters (found 134). | 1498 | |
| sizes | LineLength | Line is longer than 100 characters (found 135). | 1499 | |
| sizes | LineLength | Line is longer than 100 characters (found 134). | 1507 | |
| sizes | LineLength | Line is longer than 100 characters (found 135). | 1508 | |
| sizes | LineLength | Line is longer than 100 characters (found 133). | 1523 | |
| sizes | LineLength | Line is longer than 100 characters (found 134). | 1524 | |
| sizes | LineLength | Line is longer than 100 characters (found 133). | 1532 | |
| sizes | LineLength | Line is longer than 100 characters (found 134). | 1533 | |
| sizes | MethodLength | Method length is 192 lines (max allowed is 150). | 1538 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1744 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1745 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1788 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1789 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1797 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1798 | |
| sizes | MethodLength | Method length is 300 lines (max allowed is 150). | 1912 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2689 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2700 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2711 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2722 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2733 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2744 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2754 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2765 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2776 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2787 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2798 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2877 | |
| indentation | Indentation | 'array initialization rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10. | 2933 | |
| indentation | Indentation | 'array initialization rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10. | 2949 | |
| indentation | Indentation | 'array initialization rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10. | 2957 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2975 | |
| indentation | Indentation | 'array initialization rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10. | 3031 | |
| indentation | Indentation | 'array initialization rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10. | 3047 | |
| indentation | Indentation | 'array initialization rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10. | 3055 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 3080 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 3138 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 3197 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 3228 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 3256 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 3273 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 3296 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 3329 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 3364 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 3395 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 3434 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3517 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3518 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3519 | |
| sizes | MethodLength | Method length is 212 lines (max allowed is 150). | 3523 | |
| sizes | LineLength | Line is longer than 100 characters (found 134). | 3698 | |
| sizes | LineLength | Line is longer than 100 characters (found 136). | 3699 | |
| sizes | LineLength | Line is longer than 100 characters (found 134). | 3707 | |
| sizes | LineLength | Line is longer than 100 characters (found 136). | 3708 | |
| sizes | LineLength | Line is longer than 100 characters (found 133). | 3723 | |
| sizes | LineLength | Line is longer than 100 characters (found 135). | 3724 | |
| sizes | LineLength | Line is longer than 100 characters (found 133). | 3732 | |
| sizes | LineLength | Line is longer than 100 characters (found 135). | 3733 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 4046 | |
| indentation | Indentation | 'Result' has incorrect indentation level 4, expected level should be 6. | 4047 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 4074 | |
| indentation | Indentation | 'Result' has incorrect indentation level 4, expected level should be 6. | 4075 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 4114 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 4144 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 4334 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 4618 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 4670 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 4671 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 4672 | |
| blocks | EmptyBlock | Must have at least one statement. | 5125 | |
| blocks | EmptyBlock | Must have at least one statement. | 5138 | |
| blocks | EmptyBlock | Must have at least one statement. | 5200 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 5440 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 5608 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 5622 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 5636 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 5676 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 5677 | |
| sizes | MethodLength | Method length is 180 lines (max allowed is 150). | 5948 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 6591 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 6610 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 6630 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 2, expected level should be 4. | 136 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 152 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 326 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 352 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 387 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 398 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 399 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 490 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 607 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 653 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 783 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 864 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 892 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 905 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 908 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 919 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 988 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 104). | 125 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 131 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 89 | |
| indentation | Indentation | 'org' has incorrect indentation level 2, expected level should be 4. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 121 | |
| sizes | MethodLength | Method length is 156 lines (max allowed is 150). | 125 | |
| blocks | LeftCurly | '{' at column 26 should have line break after. | 332 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 121 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 141 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 479 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 6, expected level should be one of the following: 2, 4. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 30 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 202 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 273 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 276 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 313 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.concurrent.atomic.AtomicBoolean. | 27 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 126 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 178 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 179 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 284 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 295 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 331 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 544 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 621 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 26 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 | |
| indentation | Indentation | 'IOException' has incorrect indentation level 2, expected level should be 4. | 172 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 199 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 315 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 346 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 371 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 396 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 435 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 436 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 437 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 450 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 452 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 453 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 454 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 455 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 458 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 470 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 472 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 476 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 492 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 493 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 494 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 511 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 512 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 513 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 525 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 526 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 527 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 534 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 535 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 542 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 284 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 426 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 427 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 428 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 429 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 430 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 431 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 432 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 433 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 434 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 435 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 22 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 6, expected level should be one of the following: 2, 4. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 278 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 491 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 621 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 672 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 226 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 263 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 583 | |
| sizes | LineLength | Line is longer than 100 characters (found 122). | 658 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 659 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 782 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 783 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 879 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 880 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 107). | 251 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 286 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 277 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 341 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.client.Put. | 30 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.client.ResultScanner. | 31 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.client.Scan. | 32 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 118 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HRegionInfo. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 97 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 128 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 134 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.junit.Assert.fail. | 21 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 134 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 303 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 304 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 305 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 306 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 307 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 309 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 349 | |
| indentation | Indentation | 'for' child has incorrect indentation level 8, expected level should be 6. | 427 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 6, expected level should be 4. | 428 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 469 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 519 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 542 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 615 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 813 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 119 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 379 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 167 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 203 | |
| indentation | Indentation | 'try' has incorrect indentation level 4, expected level should be 6. | 263 | |
| indentation | Indentation | 'try' child has incorrect indentation level 6, expected level should be 8. | 264 | |
| indentation | Indentation | 'try' child has incorrect indentation level 6, expected level should be 8. | 265 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 8. | 266 | |
| indentation | Indentation | 'try' child has incorrect indentation level 6, expected level should be 8. | 267 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 4, expected level should be 6. | 268 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 6, expected level should be 8. | 269 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 249 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 177 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 31. | 178 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 31. | 180 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 181 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 33. | 182 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 33. | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 396 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'while' child has incorrect indentation level 5, expected level should be 6. | 295 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 26 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 108 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 227 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 260 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 331 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 332 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 350 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 351 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 367 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 368 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 386 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 387 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.RpcCallContext' import. | 22 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ReflectionUtils' import. | 26 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.RegionLoadStats' import. | 21 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Connection' import. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 138 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 162 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 170 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 181 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 182 | |
| indentation | Indentation | 'R' has incorrect indentation level 2, expected level should be 4. | 189 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 234 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 235 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 236 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 238 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 242 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 252 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 253 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 254 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 256 | |
| indentation | Indentation | 'R' has incorrect indentation level 2, expected level should be 4. | 259 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 308 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 309 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 310 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 312 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 316 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 318 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 329 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 330 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 331 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 333 | |
| indentation | Indentation | 'long' has incorrect indentation level 2, expected level should be 4. | 336 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 376 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 377 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 378 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 380 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 384 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 386 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 393 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 394 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 395 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 397 | |
| indentation | Indentation | 'S' has incorrect indentation level 2, expected level should be 4. | 400 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 446 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 447 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 448 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 454 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 462 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 463 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 464 | |
| indentation | Indentation | 'Pair' has incorrect indentation level 2, expected level should be 4. | 467 | |
| misc | UpperEll | Should use uppercase 'L'. | 472 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 521 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 522 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 523 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 525 | |
| indentation | Indentation | 'double' has incorrect indentation level 2, expected level should be 4. | 528 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 540 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 541 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 542 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 544 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 558 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 559 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 561 | |
| indentation | Indentation | 'Pair' has incorrect indentation level 2, expected level should be 4. | 564 | |
| misc | UpperEll | Should use uppercase 'L'. | 568 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 629 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 630 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 631 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 633 | |
| indentation | Indentation | 'double' has incorrect indentation level 2, expected level should be 4. | 636 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 639 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 649 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 650 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 651 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 653 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 670 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 671 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 672 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 674 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 675 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 676 | |
| indentation | Indentation | 'Pair' has incorrect indentation level 2, expected level should be 4. | 679 | |
| indentation | Indentation | 'getMedianArgs' has incorrect indentation level 2, expected level should be 4. | 680 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 734 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 735 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 736 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 738 | |
| indentation | Indentation | 'R' has incorrect indentation level 2, expected level should be 4. | 741 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 744 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 752 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 753 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 754 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 756 | |
| indentation | Indentation | 'R' has incorrect indentation level 2, expected level should be 4. | 759 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 779 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 786 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 10. | 818 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 10, expected level should be 8. | 819 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Scan' import. | 31 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 54 | |
| indentation | Indentation | 'object def' child has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 368 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 370 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 372 | |
| indentation | Indentation | 'if' child has incorrect indentation level 14, expected level should be one of the following: 10, 12. | 373 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 374 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 375 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 377 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 379 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 380 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. | 381 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.coprocessor.ColumnInterpreter' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.coprocessor.ColumnInterpreter' import. | 28 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 49 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.coprocessor.ColumnInterpreter' import. | 28 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 49 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 67 | |
| misc | UpperEll | Should use uppercase 'L'. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 25 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 29 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 | |
| indentation | Indentation | 'ProcessRequest' has incorrect indentation level 2, expected level should be 4. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 146). | 54 | |
| sizes | LineLength | Line is longer than 100 characters (found 200). | 55 | |
| sizes | LineLength | Line is longer than 100 characters (found 144). | 75 | |
| sizes | LineLength | Line is longer than 100 characters (found 206). | 76 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 95 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 96 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 149 | |
| sizes | LineLength | Line is longer than 100 characters (found 169). | 190 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 74 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 76 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 31, expected level should be one of the following: 8, 10. | 80 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 33, expected level should be one of the following: 10, 12. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 33, expected level should be one of the following: 10, 12. | 85 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 33, expected level should be one of the following: 10, 12. | 87 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 87 | |
| indentation | Indentation | 'if' has incorrect indentation level 33, expected level should be one of the following: 10, 12. | 88 | |
| indentation | Indentation | 'if' child has incorrect indentation level 35, expected level should be one of the following: 12, 14. | 89 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 33, expected level should be one of the following: 10, 12. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 33, expected level should be one of the following: 10, 12. | 91 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 31, expected level should be one of the following: 8, 10. | 92 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 29, expected level should be one of the following: 6, 8. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Threads' import. | 36 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 184 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 222 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 249 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 48 | |
| design | VisibilityModifier | Variable 'countOfRPCcalls' must be private and have accessor methods. | 58 | |
| design | VisibilityModifier | Variable 'countOfRemoteRPCcalls' must be private and have accessor methods. | 63 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 68 | |
| design | VisibilityModifier | Variable 'sumOfMillisSecBetweenNexts' must be private and have accessor methods. | 68 | |
| design | VisibilityModifier | Variable 'countOfNSRE' must be private and have accessor methods. | 73 | |
| design | VisibilityModifier | Variable 'countOfBytesInResults' must be private and have accessor methods. | 78 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 83 | |
| design | VisibilityModifier | Variable 'countOfBytesInRemoteResults' must be private and have accessor methods. | 83 | |
| design | VisibilityModifier | Variable 'countOfRegions' must be private and have accessor methods. | 88 | |
| design | VisibilityModifier | Variable 'countOfRPCRetries' must be private and have accessor methods. | 93 | |
| design | VisibilityModifier | Variable 'countOfRemoteRPCRetries' must be private and have accessor methods. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 71 | |
| design | VisibilityModifier | Variable 'countOfRowsFiltered' must be private and have accessor methods. | 71 | |
| design | VisibilityModifier | Variable 'countOfRowsScanned' must be private and have accessor methods. | 77 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 103 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 104 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 105 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 107 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 124 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 143 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 154 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 186 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 187 | |
| annotation | MissingDeprecated | Missing a Javadoc comment. | 187 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 220 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 232 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 233 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 235 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 247 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 248 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 250 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 260 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 261 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 263 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 275 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 276 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 278 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 298 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 299 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 300 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 302 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 313 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 316 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 338 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 339 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 340 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 341 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 245 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 383 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 214 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 324 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'edu.umd.cs.findbugs.annotations.NonNull' import. | 25 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 70 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 83 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 99 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 50 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 74 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 83 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 30 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.codec.CellCodec. | 33 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.codec.Codec. | 34 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.codec.KeyValueCodec. | 35 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.codec.MessageCodec. | 36 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 43 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 70 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 84 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.ByteBuffInputStream' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 29 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 64 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 65 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 71 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 72 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 110). | 90 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 102 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 103 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 64 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 65 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 71 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 72 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 26 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configured' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 47 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Durability' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 36 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 346 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 587 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.junit.Assert.assertEquals. | 20 | |
| imports | UnusedImports | Unused import - java.util.List. | 25 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 141 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 211 | |
| indentation | Indentation | 'try' child has incorrect indentation level 4, expected level should be 6. | 236 | |
| indentation | Indentation | 'try' child has incorrect indentation level 4, expected level should be 6. | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 145 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 194 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 127). | 32 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 33 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 34 | |
| sizes | LineLength | Line is longer than 100 characters (found 122). | 36 | |
| sizes | LineLength | Line is longer than 100 characters (found 136). | 40 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 42 | |
| sizes | LineLength | Line is longer than 100 characters (found 146). | 44 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 45 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 46 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 53 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 54 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 55 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 57 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 61 | |
| sizes | LineLength | Line is longer than 100 characters (found 140). | 62 | |
| sizes | LineLength | Line is longer than 100 characters (found 151). | 63 | |
| sizes | LineLength | Line is longer than 100 characters (found 128). | 64 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 66 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 69 | |
| sizes | LineLength | Line is longer than 100 characters (found 126). | 71 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 72 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 73 | |
| sizes | LineLength | Line is longer than 100 characters (found 134). | 75 | |
| sizes | LineLength | Line is longer than 100 characters (found 153). | 76 | |
| sizes | LineLength | Line is longer than 100 characters (found 147). | 77 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 81 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 82 | |
| sizes | LineLength | Line is longer than 100 characters (found 141). | 83 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 84 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 91 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 93 | |
| sizes | LineLength | Line is longer than 100 characters (found 126). | 94 | |
| sizes | LineLength | Line is longer than 100 characters (found 131). | 95 | |
| sizes | LineLength | Line is longer than 100 characters (found 125). | 96 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 98 | |
| sizes | LineLength | Line is longer than 100 characters (found 126). | 105 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 106 | |
| sizes | LineLength | Line is longer than 100 characters (found 129). | 109 | |
| sizes | LineLength | Line is longer than 100 characters (found 133). | 115 | |
| sizes | LineLength | Line is longer than 100 characters (found 135). | 118 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 120 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 148 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 150 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 152 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 154 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 167 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 171 | |
| sizes | LineLength | Line is longer than 100 characters (found 123). | 174 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 188 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 191 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 192 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 194 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 203 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 216 | |
| sizes | LineLength | Line is longer than 100 characters (found 131). | 236 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 248 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 255 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 256 | |
| sizes | LineLength | Line is longer than 100 characters (found 121). | 257 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 258 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 259 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.RegionServerServices' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'ignoreZKDeleteForTesting' must be private and have accessor methods. | 86 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 | |
| blocks | EmptyBlock | Must have at least one statement. | 458 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 567 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 568 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.procedure.ProcedureCoordinatorRpcs' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 156 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 218 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 406 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 564 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 565 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Scan' import. | 42 | |
| indentation | Indentation | 'extends' has incorrect indentation level 0, expected level should be 2. | 65 | |
| misc | UpperEll | Should use uppercase 'L'. | 189 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 209 | |
| misc | UpperEll | Should use uppercase 'L'. | 240 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 253 | |
| misc | UpperEll | Should use uppercase 'L'. | 303 | |
| misc | UpperEll | Should use uppercase 'L'. | 363 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 | |
| design | VisibilityModifier | Variable 'impl' must be private and have accessor methods. | 40 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.CoprocessorRpcUtils' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoprocessorEnvironment' import. | 28 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 37 | |
| indentation | Indentation | 'extends' has incorrect indentation level 0, expected level should be 2. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 58 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcCallback' import. | 39 | |
| indentation | Indentation | 'implements' has incorrect indentation level 0, expected level should be 2. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos.ColumnAggregationNullResponseSumRequest' import. | 32 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcCallback' import. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcCallback' import. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 29 | |
| indentation | Indentation | 'Q' has incorrect indentation level 0, expected level should be 2. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 157 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 164 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 38 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.CoprocessorClassLoader' import. | 48 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 56 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 441 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 6, 8. | 467 | |
| indentation | Indentation | 'if' has incorrect indentation level 14, expected level should be one of the following: 8, 10. | 469 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 10, 12. | 470 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 14, expected level should be one of the following: 8, 10. | 471 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be one of the following: 8, 10. | 472 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8. | 473 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 10, expected level should be one of the following: 4, 6. | 474 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 599 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 642 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 646 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 25 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.lang.annotation.ElementType' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Coprocessor' import. | 26 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.Coprocessor. | 26 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcCallback' import. | 80 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 97 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 113 | |
| sizes | LineLength | Line is longer than 100 characters (found 128). | 117 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 161 | |
| sizes | LineLength | Line is longer than 100 characters (found 123). | 169 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 173 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 201 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 208 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 233 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 235 | |
| sizes | LineLength | Line is longer than 100 characters (found 128). | 236 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 237 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 326 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 347 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 452 | |
| design | FinalClass | Class Response should be declared as final. | 505 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Optional' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 489 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 498 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 507 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 515 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 532 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 533 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 535 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 595 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 596 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 1102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1297 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1305 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1313 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1321 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1329 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1337 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1345 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1353 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1361 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1467 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.metrics.MetricRegistries' import. | 24 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcCallback' import. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Optional' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 74 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Optional' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 244 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 315 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 316 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 417 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 471 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 479 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 480 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 491 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 492 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 513 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 515 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 542 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 544 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 588 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 616 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 794 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 795 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 931 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 942 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 982 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 986 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1006 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Optional' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.Coprocessor. | 23 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 96 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 457 | |
| sizes | LineLength | Line is longer than 100 characters (found 123). | 484 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 500 | |
| sizes | LineLength | Line is longer than 100 characters (found 126). | 508 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 524 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 111). | 83 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 94 | |
| sizes | LineLength | Line is longer than 100 characters (found 131). | 109 | |
| sizes | LineLength | Line is longer than 100 characters (found 129). | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization rcurly' has incorrect indentation level 2, expected level should be one of the following: 6, 8. | 103 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 214 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 123 | |
| indentation | Indentation | 'throws' has incorrect indentation level 8, expected level should be 10. | 129 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 195 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 196 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 228 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 229 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 335 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 412 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'lambda arguments' has incorrect indentation level 12, expected level should be 10. | 505 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos.*. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 84 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 2, expected level should be 4. | 116 | |
| indentation | Indentation | 'throws' has incorrect indentation level 6, expected level should be 8. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 109). | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 182 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 184 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 185 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 186 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 188 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 189 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 190 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 215 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 169 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 170 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 173 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 174 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 586 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 593 | |
| blocks | LeftCurly | '{' at column 33 should have line break after. | 755 | |
| blocks | LeftCurly | '{' at column 33 should have line break after. | 757 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 288 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 289 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 109). | 132 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 23. | 139 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 23. | 140 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 23. | 151 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 23. | 152 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 23. | 168 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 23. | 179 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 192 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 224 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 247 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 268 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 51. | 278 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 51. | 283 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 293 | |
| blocks | EmptyBlock | Must have at least one statement. | 343 | |
| blocks | EmptyBlock | Must have at least one statement. | 369 | |
| blocks | EmptyBlock | Must have at least one statement. | 406 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 480 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 554 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 555 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 584 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 23. | 608 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 23. | 613 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 23. | 623 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 667 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 668 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 114). | 225 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 252 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 271 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 279 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 287 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 343 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 349 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'extends' has incorrect indentation level 2, expected level should be 4. | 316 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 655 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 128). | 150 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 163 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 164 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 165 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 166 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 168 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 169 | |
| sizes | LineLength | Line is longer than 100 characters (found 132). | 170 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 172 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 179 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 183 | |
| sizes | LineLength | Line is longer than 100 characters (found 129). | 186 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 218 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 222 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 256 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 346 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 403 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 414 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Optional' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CoprocessorEnvironment' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 75 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 90 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 228 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 122). | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 106). | 86 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 114 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 146 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 154). | 209 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 157 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 107). | 49 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 112). | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.EnvironmentEdgeManager' import. | 26 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.CallTimeoutException' import. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.DoNotRetryRegionException' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 43 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 49 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 55 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 61 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 67 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 73 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 79 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 85 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 92 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 99 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 106 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 112 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 118 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 124 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 130 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 136 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 142 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 149 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 155 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 161 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 167 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 173 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 179 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 185 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 191 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 197 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 203 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 209 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 217 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 222 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 229 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 235 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 242 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 249 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 256 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 263 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 270 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 277 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 284 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.monitoring.ThreadMonitoring' import. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 187 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 256 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 257 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 258 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 30 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 31 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 32 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 33 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 34 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 35 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 36 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 39 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 40 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 41 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 42 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 43 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 45 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 46 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 48 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 49 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 197 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 211 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 260 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 265 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 348 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 423 | |
| indentation | Indentation | 'else' child has incorrect indentation level 5, expected level should be 6. | 491 | |
| indentation | Indentation | 'else' child has incorrect indentation level 5, expected level should be 6. | 492 | |
| indentation | Indentation | 'else' child has incorrect indentation level 5, expected level should be 6. | 495 | |
| indentation | Indentation | 'else' child has incorrect indentation level 5, expected level should be 6. | 497 | |
| indentation | Indentation | 'else' child has incorrect indentation level 5, expected level should be 6. | 498 | |
| indentation | Indentation | 'if' has incorrect indentation level 5, expected level should be 6. | 500 | |
| indentation | Indentation | 'if' child has incorrect indentation level 7, expected level should be 8. | 501 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 5, expected level should be 6. | 503 | |
| indentation | Indentation | 'else' child has incorrect indentation level 5, expected level should be 6. | 505 | |
| indentation | Indentation | 'else' child has incorrect indentation level 5, expected level should be 6. | 506 | |
| indentation | Indentation | 'else' child has incorrect indentation level 5, expected level should be 6. | 507 | |
| indentation | Indentation | 'else' child has incorrect indentation level 5, expected level should be 6. | 508 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 635 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 778 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 787 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 123). | 102 | |
| indentation | Indentation | 'segregateRegionsAndAssignRegionsWithFavoredNodes' has incorrect indentation level 2, expected level should be 4. | 243 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 245 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 317 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.RegionInfo' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 21 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 22 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 48 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'secondaryAndTertiaryRSPlacementHelper' has incorrect indentation level 2, expected level should be 4. | 288 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 323 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ByteBufferUtils' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ByteBufferUtils' import. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 77 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ByteBufferUtils' import. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 99 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException' import. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 103 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 107 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 64 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 72 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.common.base.Preconditions' import. | 30 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 107 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 30 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 38 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 39 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 60 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 113 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 121 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 156 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 188 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 192 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 209 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 213 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ByteBufferUtils' import. | 31 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 61 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 131 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 144 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 | |
| indentation | Indentation | 'if' has incorrect indentation level 3, expected level should be 4. | 148 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 149 | |
| indentation | Indentation | 'if' has incorrect indentation level 3, expected level should be 4. | 149 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 35 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 62 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 66 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 124 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 167 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 169 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 182 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 185 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 194 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 198 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 211 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 213 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 217 | |
| indentation | Indentation | 'if' has incorrect indentation level 3, expected level should be 4. | 217 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 218 | |
| indentation | Indentation | 'if' has incorrect indentation level 3, expected level should be 4. | 218 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 220 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 221 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 6. | 222 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 6. | 223 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 6. | 224 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 136 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 159 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 182 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 207 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 231 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 232 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 233 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 234 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 235 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 236 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 237 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 238 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 239 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 240 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 241 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 242 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 243 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 244 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 279 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 297 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 303 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 305 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 309 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 310 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 34 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 70 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 158 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 6. | 169 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 172 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 258 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 262 | |
| indentation | Indentation | 'CompareOperator' has incorrect indentation level 4, expected level should be 6. | 270 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 286 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 288 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 294 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 295 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException' import. | 31 | |
| sizes | LineLength | Line is longer than 100 characters (found 144). | 39 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 44 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 56 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 75 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 117 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 139 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 143 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 144 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 1, expected level should be 2. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 27 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 41 | |
| indentation | Indentation | 'enum def rcurly' has incorrect indentation level 0, expected level should be 2. | 221 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 312 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 57 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 61 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 178 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 168 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 215 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 239 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 245 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 246 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 | |
| sizes | LineLength | Line is longer than 100 characters (found 133). | 74 | |
| sizes | LineLength | Line is longer than 100 characters (found 198). | 83 | |
| sizes | LineLength | Line is longer than 100 characters (found 198). | 84 | |
| sizes | LineLength | Line is longer than 100 characters (found 198). | 85 | |
| sizes | LineLength | Line is longer than 100 characters (found 198). | 86 | |
| sizes | LineLength | Line is longer than 100 characters (found 198). | 87 | |
| sizes | LineLength | Line is longer than 100 characters (found 198). | 88 | |
| sizes | LineLength | Line is longer than 100 characters (found 198). | 89 | |
| sizes | LineLength | Line is longer than 100 characters (found 198). | 90 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 92 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 93 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 94 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 95 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 96 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 97 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 98 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 99 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 102 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 103 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 104 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 106 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 107 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 108 | |
| sizes | LineLength | Line is longer than 100 characters (found 133). | 122 | |
| sizes | LineLength | Line is longer than 100 characters (found 170). | 131 | |
| sizes | LineLength | Line is longer than 100 characters (found 157). | 132 | |
| sizes | LineLength | Line is longer than 100 characters (found 157). | 133 | |
| sizes | LineLength | Line is longer than 100 characters (found 157). | 134 | |
| sizes | LineLength | Line is longer than 100 characters (found 154). | 135 | |
| sizes | LineLength | Line is longer than 100 characters (found 154). | 136 | |
| sizes | LineLength | Line is longer than 100 characters (found 154). | 137 | |
| sizes | LineLength | Line is longer than 100 characters (found 170). | 138 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 147 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 149 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 150 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 151 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 152 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 154 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 155 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 156 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 158 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 159 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 160 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 161 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 162 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 164 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 165 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 166 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 167 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 168 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 169 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 170 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 171 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 172 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 173 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 174 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 176 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 177 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 178 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 180 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 181 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 182 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 183 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 184 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 185 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 186 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 187 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 188 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 189 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 190 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 192 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 193 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 194 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 195 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 196 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 197 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 198 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 199 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 200 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 201 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 202 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 203 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 204 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 205 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 206 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 207 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 208 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 209 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 210 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 211 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 212 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 213 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 214 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 215 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 216 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 217 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 218 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 219 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 221 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 222 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 223 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 224 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 225 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 226 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 227 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 228 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 229 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException' import. | 30 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 43 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 69 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 106 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 112 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 116 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 173 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 177 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 178 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.common.base.Preconditions' import. | 29 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 55 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 106 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 29 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 63 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 108 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 126 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 130 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 35 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 130 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 150 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 16, expected level should be one of the following: 10, 12. | 208 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 18, expected level should be one of the following: 12, 14. | 211 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 16, expected level should be one of the following: 10, 12. | 213 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 14, expected level should be one of the following: 8, 10. | 214 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 220 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 243 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 281 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 610 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 611 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 620 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 622 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 634 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 635 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 638 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 31 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 54 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 69 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 70 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 80 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 106 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 26 should have line break after. | 51 | |
| blocks | LeftCurly | '{' at column 42 should have line break after. | 52 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 112 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 125 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 129 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ByteBufferUtils' import. | 29 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 63 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 78 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 79 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 80 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 81 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 89 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 91 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 33 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 81 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 128 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 156 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 159 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 200 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 202 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 33 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 49 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 50 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 70 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 134 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 138 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 157 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 161 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 162 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 176 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 177 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 178 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException' import. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 98 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 65 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.filter.CompareFilter.CompareOp' import. | 38 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 113 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 124 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 6. | 191 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 214 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 227 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 243 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 276 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 304 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 392 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 487 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 525 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 551 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 578 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 608 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 638 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 659 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 681 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 704 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 747 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 777 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 779 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 781 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 783 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 785 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 787 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 789 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 791 | |
| annotation | MissingDeprecated | Duplicate @deprecated tag. | 801 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 804 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 806 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 808 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 810 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 812 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 814 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 816 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 818 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 828 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 829 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 836 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 838 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 840 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 842 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 844 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 854 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 875 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 895 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ByteBufferUtils' import. | 29 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 55 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 57 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 59 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 79 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 87 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 131 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 144 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException' import. | 31 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 55 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 115 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 141 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException' import. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 134 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 151 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 167 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 194 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 196 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 200 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 201 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 369 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 370 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 371 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 372 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 373 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException' import. | 31 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 132 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 154 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 158 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException' import. | 35 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 133 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 145 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 146 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 161 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 180 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 205 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 209 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 235 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 239 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 240 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 173 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 174 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 175 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 178 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 194 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 195 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 196 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 197 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 198 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 199 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 249 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 257 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 302 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 355 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 401 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 405 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 430 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 434 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 435 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException' import. | 29 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 127 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 144 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 106 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 36 | |
| sizes | LineLength | Line is longer than 100 characters (found 125). | 37 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 41 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 47 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 48 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 50 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 52 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 58 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 61 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 63 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 74 | |
| sizes | LineLength | Line is longer than 100 characters (found 122). | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 84 | |
| indentation | Indentation | 'method def lcurly' has incorrect indentation level 4, expected level should be 2. | 85 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'while' construct must use '{}'s. | 116 | |
| coding | EmptyStatement | Empty statement. | 117 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 181 | |
| coding | EmptyStatement | Empty statement. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.CellUtil. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.filter.CompareFilter.CompareOp. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 153 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 163 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 234 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 248 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 254 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 8. | 255 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 6. | 256 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 6, expected level should be 4. | 257 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 258 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 260 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 261 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 435 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 436 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 437 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 438 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 439 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 440 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 442 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 443 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 444 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 445 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 446 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 447 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 449 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 450 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 451 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 452 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 453 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 454 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 456 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 457 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 458 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 459 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 460 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 461 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 463 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 464 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 465 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 466 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 467 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 468 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 470 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 471 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 472 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 473 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 474 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 475 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 574 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 591 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 607 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 632 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 653 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 667 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 681 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 687 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 695 | |
| sizes | MethodLength | Method length is 156 lines (max allowed is 150). | 774 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 849 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 850 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 851 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 852 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 854 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 855 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 856 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 857 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 859 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 860 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 861 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 862 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 864 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 865 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 866 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 867 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 868 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 869 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 871 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 872 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 873 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 874 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 875 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 876 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 878 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 879 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 880 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 881 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 882 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 883 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 898 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 899 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 900 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 901 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 903 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 904 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 905 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 906 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 908 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 909 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 910 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 911 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 913 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 914 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 915 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 916 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 918 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 919 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 920 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 921 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 923 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 924 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 925 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 926 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 936 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 937 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 938 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 940 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 941 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 942 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 945 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 946 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 947 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 949 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 950 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 951 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 954 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 955 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 956 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 958 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 959 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 960 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 964 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 965 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 966 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 968 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 969 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 970 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 974 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 975 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 976 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 978 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 979 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 980 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 984 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 985 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 986 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 988 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 989 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 990 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 994 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 996 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 997 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 999 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1001 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1002 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1003 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1005 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1006 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1007 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1009 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1010 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1011 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1013 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1014 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1015 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1017 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1018 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1019 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1021 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1022 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1023 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 1025 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 1031 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 1033 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 1034 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 1036 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1038 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1039 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1040 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1042 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1043 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1044 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1046 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1047 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1048 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1050 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1051 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1052 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1054 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1055 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1056 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1058 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1059 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 1060 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 1062 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 1064 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1148 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1149 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1150 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1151 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1152 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1153 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1155 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1156 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1157 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1158 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1159 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1160 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1162 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1163 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1164 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1165 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1166 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1167 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1169 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1170 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1171 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1172 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1173 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1174 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1176 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1177 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1178 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1179 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1180 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1181 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1196 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1197 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1198 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1199 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1200 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1201 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1203 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1204 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1205 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1206 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1207 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1208 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1314 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1315 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1316 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1317 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1318 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1319 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1321 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1322 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1323 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1324 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1325 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1326 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1328 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1329 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1330 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1331 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1332 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1333 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1350 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1351 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1352 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1353 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1354 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1355 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1357 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1358 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1359 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1360 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1361 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1362 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1364 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1365 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1366 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1367 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1368 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1369 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1391 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1415 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1416 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1417 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1418 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1419 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1420 | |
| indentation | Indentation | 'CompareOperator' has incorrect indentation level 4, expected level should be 6. | 1431 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 1432 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1432 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1437 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1438 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1439 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1440 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1441 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1442 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1443 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1444 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1445 | |
| indentation | Indentation | 'CompareOperator' has incorrect indentation level 4, expected level should be 6. | 1452 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 1453 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1453 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1458 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1459 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1460 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1461 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1462 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1463 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1464 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1465 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1466 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1479 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1480 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1481 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1482 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1483 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1484 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1485 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1486 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1487 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1488 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1489 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1490 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1491 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1492 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1493 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1494 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1495 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1496 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1576 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1577 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1578 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1609 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1610 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1611 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1612 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1822 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1830 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1843 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1852 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1864 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1873 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1895 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1904 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1922 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2088 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2091 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2107 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2146 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2150 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2151 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2161 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2162 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2163 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2166 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2168 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2169 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2172 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2173 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2174 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2175 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 2176 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 2253 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 2290 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 2307 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 187 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 235 | |
| indentation | Indentation | 'for' child has incorrect indentation level 8, expected level should be 6. | 273 | |
| indentation | Indentation | 'for' child has incorrect indentation level 8, expected level should be 6. | 283 | |
| indentation | Indentation | 'for' child has incorrect indentation level 8, expected level should be 6. | 293 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 301 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 334 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 372 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 396 | |
| blocks | LeftCurly | '{' at column 36 should have line break after. | 482 | |
| blocks | LeftCurly | '{' at column 36 should have line break after. | 497 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 505 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 511 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 514 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 526 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 531 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 564 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 568 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.client.*. | 23 | |
| imports | UnusedImports | Unused import - org.junit.Ignore. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.filter.CompareFilter.CompareOp. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'CompareOperator' has incorrect indentation level 6, expected level should be 8. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 103 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 103 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 130 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 35. | 133 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 35. | 134 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 35. | 135 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 174 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 179 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 365 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 410 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 420 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 37 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 28. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'while' construct must use '{}'s. | 121 | |
| coding | EmptyStatement | Empty statement. | 122 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 192 | |
| coding | EmptyStatement | Empty statement. | 193 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 237 | |
| coding | EmptyStatement | Empty statement. | 238 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 248 | |
| coding | EmptyStatement | Empty statement. | 249 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | ')' is preceded with whitespace. | 264 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 | |
| indentation | Indentation | 'CompareOperator' has incorrect indentation level 4, expected level should be 6. | 65 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 71 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 72 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.filter.CompareFilter.CompareOp. | 31 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 265 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 278 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.common.base.Preconditions' import. | 31 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 112 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 207 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 211 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 212 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException' import. | 31 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 54 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 56 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 111 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 133 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException' import. | 29 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 75 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 129 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 146 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 150 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 153 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 154 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be one of the following: 10, 12. | 159 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 160 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 161 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 30 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 35 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 37 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 39 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 46 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 48 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 49 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 51 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 6. | 45 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 50 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 51 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 52 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 53 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 54 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 55 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 56 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 57 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 88 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 89 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 90 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 91 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 92 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 93 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 6. | 205 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 22 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 2. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.log4j.AppenderSkeleton' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class ListenerInfo should be declared as final. | 147 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 206 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 208 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 210 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 269 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 278 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 287 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 339 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 340 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be 4. | 341 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 344 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 345 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be 4. | 346 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 442 | |
| indentation | Indentation | 'ctor def rparen' has incorrect indentation level 6, expected level should be 2. | 444 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 462 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 477 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 483 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 503 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 628 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 6. | 635 | |
| indentation | Indentation | 'if' child has incorrect indentation level 7, expected level should be 6. | 764 | |
| indentation | Indentation | 'if' child has incorrect indentation level 7, expected level should be 6. | 765 | |
| indentation | Indentation | 'if' child has incorrect indentation level 7, expected level should be 6. | 766 | |
| indentation | Indentation | 'if' child has incorrect indentation level 7, expected level should be 6. | 767 | |
| indentation | Indentation | 'if' child has incorrect indentation level 7, expected level should be 6. | 768 | |
| indentation | Indentation | 'if' child has incorrect indentation level 7, expected level should be 6. | 769 | |
| indentation | Indentation | 'if' child has incorrect indentation level 7, expected level should be 6. | 770 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 854 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 865 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 876 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 889 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1018 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 1126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1171 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1172 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1175 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 1292 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 27 | |
| imports | ImportOrder | Wrong order for 'java.net.MalformedURLException' import. | 33 | |
| indentation | Indentation | 'if' has incorrect indentation level 4, expected level should be 6. | 117 | |
| indentation | Indentation | 'if' child has incorrect indentation level 6, expected level should be 8. | 118 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 4, expected level should be 6. | 119 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 161 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 52 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 57 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 4. | 62 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 4. | 65 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 4. | 66 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 6. | 67 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 4. | 68 | |
| indentation | Indentation | 'if' child has incorrect indentation level 4, expected level should be 6. | 70 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 6, expected level should be 8. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 92 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 72 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 104 | |
| coding | EmptyStatement | Empty statement. | 104 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 27, 28. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 359 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 41. | 383 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 396 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 41. | 428 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 493 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 506 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 72 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 105 | |
| coding | EmptyStatement | Empty statement. | 105 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 35, 36. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 74 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 111 | |
| coding | EmptyStatement | Empty statement. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 213 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 216 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 218 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 219 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 220 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 223 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 224 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 228 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 229 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 230 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 232 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 233 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 234 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 235 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 237 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 238 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 239 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 240 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 205 | |
| indentation | Indentation | 'if' child has incorrect indentation level 11, expected level should be 10. | 207 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 78 | |
| indentation | Indentation | 'method def rparen' has incorrect indentation level 8, expected level should be 4. | 102 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 202 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 202 | |
| coding | EmptyStatement | Empty statement. | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 79 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 79 | |
| coding | EmptyStatement | Empty statement. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def rparen' has incorrect indentation level 6, expected level should be 2. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 52 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 72 | |
| misc | UpperEll | Should use uppercase 'L'. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'ctor def' child has incorrect indentation level 6, expected level should be 4. | 36 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 61 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 62 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 63 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 64 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 65 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 116). | 101 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 124 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 151 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 160 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 182 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.FileNotFoundException' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.CanSetDropBehind' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileStatus' import. | 36 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 7, expected level should be 6. | 146 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 161 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 213 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 261 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 292 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 295 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 310 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 360 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 489 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.CellUtil. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 36 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| sizes | MethodLength | Method length is 184 lines (max allowed is 150). | 124 | |
| design | VisibilityModifier | Variable 'atEnd' must be private and have accessor methods. | 130 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 134 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 154 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 161 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 168 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' has incorrect indentation level 0, expected level should be 2. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 167 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FSDataOutputStream' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 36 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 138 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 139 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 150 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 162 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 165 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 168 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 182 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 229 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 230 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 231 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 234 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 235 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 236 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 203 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 204 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 281 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 314 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 55 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 71 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 79 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 102 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 113 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 177 lines (max allowed is 150). | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 290 | |
| sizes | MethodLength | Method length is 212 lines (max allowed is 150). | 292 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 54 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 54 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 54 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 41 should have line break after. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 62 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 74 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 86 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 99 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 113 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 229 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 230 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.CancelableProgressable' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hdfs.DFSConfigKeys.DFS_CLIENT_SOCKET_TIMEOUT_KEY' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 609 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hdfs.DFSConfigKeys.DFS_ENCRYPT_DATA_TRANSFER_CIPHER_SUITES_KEY' import. | 21 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.CodedOutputStream' import. | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 48 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.junit.Ignore' import. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 64 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 356 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 371 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 380 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 380 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 396 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 399 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 426 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 458 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 33 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class Context should be declared as final. | 57 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 258 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 259 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 260 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 261 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 277 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 278 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 279 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 280 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 281 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 299 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 316 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 317 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 318 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 335 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 336 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 337 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 338 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 339 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 340 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 354 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 355 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 356 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 357 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 358 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 359 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 360 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 372 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 373 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 374 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 375 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 376 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 381 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 400 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 401 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 402 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 403 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 404 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 405 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 417 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 418 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 425 | |
| indentation | Indentation | 'try' has incorrect indentation level 26, expected level should be 6. | 425 | |
| indentation | Indentation | 'try' child has incorrect indentation level 6, expected level should be 8. | 426 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 8. | 427 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 428 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 8. | 429 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 4, expected level should be 6. | 430 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 6, expected level should be 8. | 431 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 4, expected level should be 6. | 432 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 443 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 467 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 33 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 36 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 44 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | ')' is preceded with whitespace. | 55 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 66 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 77 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' should be on the previous line. | 142 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1011 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1012 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1013 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1015 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1105 | |
| indentation | Indentation | 'method call rparen' has incorrect indentation level 8, expected level should be 4. | 1158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 191 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 192 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 136 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 161 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 304 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'for' has incorrect indentation level 5, expected level should be 4. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hfile.Cacheable.MemoryType' import. | 24 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 1, expected level should be 2. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.HeapSize' import. | 21 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.fasterxml.jackson.annotation.JsonIgnoreProperties' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 33 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 113 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 132 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 135 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 147 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 174 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 186 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 250 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 254 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 258 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 279 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 280 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 42 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 154 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.ColumnFamilyDescriptor' import. | 30 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 302 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 428 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 551 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 592 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 650 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 651 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 655 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.metrics.impl.FastLongHistogram' import. | 26 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 154 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 155 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 200 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 47 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 280 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.HeapSize' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hfile.Cacheable.MemoryType' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 33 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 39 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ChecksumType' import. | 28 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.HeapSize' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.nio.ByteBuff' import. | 27 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.BloomFilterBase' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellComparator' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValueUtil' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.BloomType' import. | 34 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.compress.Compression' import. | 36 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 39 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 136 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 150 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 157 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 175 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 243 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 244 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 266 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 267 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 323 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 324 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 346 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.fs.HFileSystem' import. | 54 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.BloomFilterWriter' import. | 68 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 140 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 242 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 243 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 244 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 371 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 372 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 376 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 377 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 378 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 379 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 394 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 395 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 398 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 399 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 401 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 402 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 403 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 405 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 518 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 588 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 806 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 807 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 825 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 826 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 833 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 835 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 846 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 847 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 848 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 854 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 855 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 857 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 860 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 867 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.fs.HFileSystem' import. | 38 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 432 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 433 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 470 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 703 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 945 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 975 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 976 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1095 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1096 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1221 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1234 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1287 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 7, expected level should be 6. | 1320 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1364 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 1442 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 1482 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1532 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1653 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 1656 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1669 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 1673 | |
| indentation | Indentation | 'throws' has incorrect indentation level 5, expected level should be 6. | 1727 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2061 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 41 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.HeapSize' import. | 46 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 68 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 3, expected level should be 2. | 120 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 3, expected level should be 2. | 240 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 409 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 476 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 3, expected level should be 2. | 524 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 565 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 566 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 567 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 572 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 599 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 682 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 728 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 774 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 777 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 779 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 849 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 880 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 895 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1070 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1143 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1146 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1166 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1171 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1296 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1300 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1325 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1371 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1526 | |
| blocks | LeftCurly | '{' at column 7 should be on the previous line. | 1559 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1586 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1587 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1603 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1635 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1672 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.codahale.metrics.ConsoleReporter' import. | 84 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 173 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 217 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 221 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 227 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 257 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 288 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 330 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 563 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 569 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 583 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 653 | |
| design | FinalClass | Class SimpleReporter should be declared as final. | 670 | |
| design | FinalClass | Class Builder should be declared as final. | 686 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 38 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ByteBufferKeyValue' import. | 39 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.fs.HFileSystem' import. | 46 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 161 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 327 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 329 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 570 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 647 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 651 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 662 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 848 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 904 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 910 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 945 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1044 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1154 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1162 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 1296 | |
| indentation | Indentation | 'if' has incorrect indentation level 5, expected level should be 4. | 1300 | |
| indentation | Indentation | 'if' child has incorrect indentation level 7, expected level should be 6. | 1301 | |
| indentation | Indentation | 'if' child has incorrect indentation level 7, expected level should be 6. | 1302 | |
| indentation | Indentation | 'if' has incorrect indentation level 7, expected level should be 6. | 1304 | |
| indentation | Indentation | 'if' has incorrect indentation level 9, expected level should be 8. | 1305 | |
| indentation | Indentation | 'if' child has incorrect indentation level 11, expected level should be 10. | 1306 | |
| indentation | Indentation | 'if' child has incorrect indentation level 11, expected level should be 10. | 1307 | |
| indentation | Indentation | 'if' child has incorrect indentation level 9, expected level should be 8. | 1313 | |
| indentation | Indentation | 'if' has incorrect indentation level 9, expected level should be 8. | 1315 | |
| indentation | Indentation | 'if' child has incorrect indentation level 11, expected level should be 10. | 1316 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 9, expected level should be 8. | 1317 | |
| indentation | Indentation | 'if' child has incorrect indentation level 9, expected level should be 8. | 1318 | |
| indentation | Indentation | 'if' has incorrect indentation level 9, expected level should be 8. | 1323 | |
| indentation | Indentation | 'if' has incorrect indentation level 11, expected level should be 10. | 1335 | |
| indentation | Indentation | 'if' child has incorrect indentation level 13, expected level should be 12. | 1343 | |
| indentation | Indentation | 'if' child has incorrect indentation level 13, expected level should be 12. | 1349 | |
| indentation | Indentation | 'if' child has incorrect indentation level 13, expected level should be 12. | 1350 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 11, expected level should be 10. | 1351 | |
| indentation | Indentation | 'if' child has incorrect indentation level 11, expected level should be 10. | 1352 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 9, expected level should be 8. | 1353 | |
| indentation | Indentation | 'if' child has incorrect indentation level 9, expected level should be 8. | 1354 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 7, expected level should be 6. | 1355 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 5, expected level should be 4. | 1356 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 1357 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 2. | 1358 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1361 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1364 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1379 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1557 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1626 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1757 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1764 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1765 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.Shipper' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 50 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 51 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 52 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 53 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 54 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 55 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 77 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 88 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 89 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 98 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 122 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 31 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 33 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValueUtil' import. | 40 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellComparatorImpl.MetaCellComparator' import. | 41 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.compress.Compression' import. | 45 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 217 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 220 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 277 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 311 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 317 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 320 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 332 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 360 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 361 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 400 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 421 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 443 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 452 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 453 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 454 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 455 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 456 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 457 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 554 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 691 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 709 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 726 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 39 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 61 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.HeapSize' import. | 41 | |
| imports | ImportOrder | Wrong order for 'com.fasterxml.jackson.annotation.JsonIgnore' import. | 53 | |
| indentation | Indentation | 'if' child has incorrect indentation level 7, expected level should be 6. | 419 | |
| indentation | Indentation | 'if' child has incorrect indentation level 7, expected level should be 6. | 473 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 515 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 550 | |
| indentation | Indentation | 'if' child has incorrect indentation level 7, expected level should be 6. | 580 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 620 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 633 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 908 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1056 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1058 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1188 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.HeapSize' import. | 22 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.HeapSize' import. | 24 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 88 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 39 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 73 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 121 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 189 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.encoding.DataBlockEncoding' import. | 24 | |
| design | FinalClass | Class NoOpDataBlockEncoder should be declared as final. | 35 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 70 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 10. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Random' import. | 22 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 34 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 38 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 42 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 93 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 98 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 110 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 112 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 105 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 115 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 135 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 179 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 181 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 373 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.Region. | 54 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 166 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 119 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be one of the following: 10, 12. | 125 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 126 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 128 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be one of the following: 10, 12. | 130 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 131 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 133 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 135 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 137 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be one of the following: 10, 12. | 140 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 141 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be one of the following: 10, 12. | 145 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 146 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 148 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be one of the following: 10, 12. | 150 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 151 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 65 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 68 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 88 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 178 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.testclassification.IOTests' import. | 43 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 95 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 96 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be one of the following: 8, 46. | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.Region. | 35 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 101 | |
| indentation | Indentation | 'try' has incorrect indentation level 5, expected level should be 4. | 102 | |
| indentation | Indentation | 'try' child has incorrect indentation level 7, expected level should be 6. | 103 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 5, expected level should be 4. | 104 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 7, expected level should be 6. | 106 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 5, expected level should be 4. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 165 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 182 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 216 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 312 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 318 | |
| blocks | LeftCurly | '{' at column 41 should have line break after. | 379 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 414 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 448 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 496 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 497 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 505 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 506 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 512 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 518 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 524 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 531 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 537 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 544 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 551 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 560 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 22 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 126 | |
| indentation | Indentation | 'for' child has incorrect indentation level 10, expected level should be 8. | 299 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 315 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 703 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 705 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 793 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 807 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 6, expected level should be one of the following: 2, 4. | 111 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 353 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 363 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 381 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 524 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 528 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 530 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 531 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 533 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 535 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 536 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 538 | |
| indentation | Indentation | 'block lcurly' has incorrect indentation level 3, expected level should be 4. | 540 | |
| indentation | Indentation | 'block' child has incorrect indentation level 5, expected level should be 6. | 541 | |
| indentation | Indentation | 'block' child has incorrect indentation level 5, expected level should be 6. | 546 | |
| indentation | Indentation | 'block' child has incorrect indentation level 5, expected level should be 6. | 551 | |
| indentation | Indentation | 'block' child has incorrect indentation level 5, expected level should be 6. | 552 | |
| indentation | Indentation | 'block' child has incorrect indentation level 5, expected level should be 6. | 553 | |
| indentation | Indentation | 'block' child has incorrect indentation level 5, expected level should be 6. | 554 | |
| indentation | Indentation | 'for' has incorrect indentation level 5, expected level should be 6. | 557 | |
| indentation | Indentation | 'for' child has incorrect indentation level 7, expected level should be 8. | 558 | |
| indentation | Indentation | 'for' child has incorrect indentation level 7, expected level should be 8. | 561 | |
| indentation | Indentation | 'for' child has incorrect indentation level 7, expected level should be 8. | 564 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 5, expected level should be 6. | 565 | |
| indentation | Indentation | 'block' child has incorrect indentation level 5, expected level should be 6. | 566 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 3, expected level should be 4. | 567 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 570 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 573 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 575 | |
| indentation | Indentation | 'try' has incorrect indentation level 3, expected level should be 4. | 576 | |
| indentation | Indentation | 'try' child has incorrect indentation level 5, expected level should be 6. | 578 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 3, expected level should be 4. | 579 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 5, expected level should be 6. | 580 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 3, expected level should be 4. | 581 | |
| indentation | Indentation | 'finally' child has incorrect indentation level 5, expected level should be 6. | 582 | |
| indentation | Indentation | 'finally rcurly' has incorrect indentation level 3, expected level should be 4. | 583 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 586 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 1, expected level should be 2. | 587 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 594 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 684 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 739 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.mockito.Mockito.*. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 154 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | '"testMidKeyInHFile"' has incorrect indentation level 4, expected level should be 6. | 117 | |
| sizes | MethodLength | Method length is 183 lines (max allowed is 150). | 123 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 117). | 85 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 720 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 | |
| blocks | LeftCurly | '{' at column 7 should be on the previous line. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 320 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 321 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 322 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 323 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 324 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 325 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 326 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 327 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.Region. | 42 | |
| blocks | EmptyBlock | Must have at least one statement. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hfile.BlockCacheKey' import. | 35 | |
| imports | ImportOrder | Wrong order for 'com.fasterxml.jackson.annotation.JsonIgnoreProperties' import. | 38 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 64 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 80 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 150 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 172 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 215 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 217 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 224 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 225 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 255 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 256 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 282 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 54. | 283 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 54. | 284 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 54. | 285 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 54. | 286 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 293 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 294 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 320 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 347 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 422 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 444 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 445 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 460 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 469 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 578 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 583 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 585 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 618 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 143). | 239 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 259 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 279 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 280 | |
| sizes | LineLength | Line is longer than 100 characters (found 140). | 330 | |
| sizes | LineLength | Line is longer than 100 characters (found 123). | 331 | |
| sizes | LineLength | Line is longer than 100 characters (found 132). | 332 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 333 | |
| sizes | LineLength | Line is longer than 100 characters (found 132). | 334 | |
| sizes | LineLength | Line is longer than 100 characters (found 129). | 335 | |
| sizes | LineLength | Line is longer than 100 characters (found 132). | 336 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 337 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 338 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 368 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 369 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 370 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 372 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 423 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 926 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 945 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1059 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1084 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1085 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1100 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1106 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1112 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1115 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1128 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1129 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1159 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1163 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1172 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 8. | 1253 | |
| sizes | LineLength | Line is longer than 100 characters (found 130). | 1304 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 1305 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1494 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1531 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1597 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1600 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hfile.CacheStats' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hfile.Cacheable' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hfile.Cacheable.MemoryType' import. | 27 | |
| sizes | LineLength | Line is longer than 100 characters (found 192). | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hfile.BlockCacheKey' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 138 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 164 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 262 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 263 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hfile.Cacheable' import. | 30 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hfile.Cacheable' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 8. | 83 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 8. | 84 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 14, 24. | 85 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 14, 24. | 86 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 168 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 294 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 341 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 362 | |
| sizes | LineLength | Line is longer than 100 characters (found 137). | 372 | |
| sizes | LineLength | Line is longer than 100 characters (found 130). | 381 | |
| sizes | LineLength | Line is longer than 100 characters (found 156). | 390 | |
| sizes | LineLength | Line is longer than 100 characters (found 157). | 392 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 397 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 398 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 404 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 105 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 136 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 137 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 156 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 157 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 177 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 46, 47. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 67 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 135 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.MemStoreLAB' import. | 29 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 187 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 202 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 39 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 60 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 64 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 68 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 72 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 94 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 98 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 102 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 106 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 249 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback' import. | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.MetricsConnection' import. | 58 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 107 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 218 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 218 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 57 | |
| imports | UnusedImports | Unused import - org.junit.BeforeClass. | 60 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 236 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.EnvironmentEdgeManager' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.MetricsConnection' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 484 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 553 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 | |
| design | VisibilityModifier | Variable 'action' must be private and have accessor methods. | 43 | |
| design | VisibilityModifier | Variable 'error' must be private and have accessor methods. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.protobuf.Descriptors' import. | 22 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.MetricsConnection' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 22 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.TimeoutIOException' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Pair' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.ByteArrayInputStream' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.codec.Codec' import. | 39 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.UnknownProtocolException' import. | 31 | |
| imports | UnusedImports | Unused import - org.apache.hbase.thirdparty.com.google.protobuf.UnsafeByteOperations. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.util.StringUtils' import. | 38 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcCallback' import. | 40 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Descriptors' import. | 42 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 112 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 124 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 137 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 234 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Pair' import. | 27 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Iterator. | 22 | |
| imports | UnusedImports | Unused import - java.util.LinkedList. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.EnvironmentEdgeManager' import. | 30 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Pair. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.ConnectionClosingException' import. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 38 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.testclassification.IntegrationTests' import. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 28 | |
| blocks | LeftCurly | '{' at column 33 should have line break after. | 73 | |
| blocks | LeftCurly | '{' at column 36 should have line break after. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.MetricsConnection' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Pair' import. | 31 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.NettyHBaseRpcConnectionHeaderHandler' import. | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 46 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.BufferCallBeforeInitHandler.BufferCallEvent' import. | 55 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.NettyHBaseSaslRpcClientHandler' import. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.codec.Codec' import. | 41 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.io.compress.CompressionCodec' import. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.monitoring.MonitoredRPCHandler' import. | 48 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.NettyEventLoopGroupConfig' import. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.nio.ByteBuffer' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.ByteBufferPool' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.RpcServer.CallCleanup' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 21 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.User' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 36 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 37 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil' import. | 35 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.RegionAction' import. | 37 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.protobuf.Message' import. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.ProtobufUtil' import. | 29 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.protobuf.ProtobufUtil. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.User' import. | 25 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 37 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.User' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.net.SocketAddress' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.MetricsConnection' import. | 27 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.codec.Codec' import. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.AuthMethod' import. | 38 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 228 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ReflectionUtils' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 37 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.monitoring.MonitoredRPCHandler' import. | 40 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 57 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 60 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 74 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 75 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 76 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be one of the following: 8, 37. | 140 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 167 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 187 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 193 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 292 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 22 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.fasterxml.jackson.databind.ObjectMapper' import. | 79 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 253 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 257 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 258 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 370 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 371 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 465 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 466 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 565 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 642 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.RpcServer.BlockingServiceAndInterface' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ReflectionUtils' import. | 31 | |
| design | FinalClass | Class RpcServerFactory should be declared as final. | 33 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 61 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellScanner' import. | 26 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.RegionMovedException' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ByteBufferUtils' import. | 45 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 187 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 188 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 355 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.VersionInfoUtil' import. | 40 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 4, expected level should be 6. | 162 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 4, expected level should be 6. | 163 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 187 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 192 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 194 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 200 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 213 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 219 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 226 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 227 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 229 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 345 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 428 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 437 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 446 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 509 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 511 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 573 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 600 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 601 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 650 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 707 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.util.StringUtils' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.conf.ConfigurationObserver' import. | 26 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 87 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 110 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 149 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 150 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 156 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.monitoring.MonitoredRPCHandler' import. | 50 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Pair' import. | 55 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 233 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 237 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 272 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 329 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 371 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 375 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 376 | |
| blocks | LeftCurly | '{' at column 46 should have line break after. | 417 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 422 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 468 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 496 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 510 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 512 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Threads' import. | 33 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 85 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 221 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 259 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.ByteBufferPool' import. | 25 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.VersionInfoUtil' import. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Pair' import. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 315 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 106). | 32 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 42 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 42 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 52 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 52 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 55 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 55 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 56 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 56 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 58 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 58 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 59 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 59 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 60 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 60 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 62 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 62 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 63 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 63 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 64 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 64 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 70 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 70 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 71 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 71 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 72 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 72 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 73 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 73 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 75 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 75 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 76 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 76 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 77 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 77 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 78 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 78 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 79 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 79 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 83 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 198 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.User' import. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 47 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 50 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 69 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 93 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 35. | 156 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 35. | 157 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 35. | 160 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 35. | 161 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 35. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 120). | 118 | |
| sizes | LineLength | Line is longer than 100 characters (found 122). | 123 | |
| sizes | LineLength | Line is longer than 100 characters (found 130). | 128 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 483 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 484 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 485 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 486 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 487 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 488 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 489 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 504 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 578 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class HBaseMarkers should be declared as final. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.util.ProgramDriver' import. | 24 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 | |
| indentation | Indentation | 'extends' has incorrect indentation level 0, expected level should be 2. | 41 | |
| indentation | Indentation | 'implements' has incorrect indentation level 0, expected level should be 2. | 42 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 60 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Connection' import. | 27 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 41 | |
| indentation | Indentation | 'implements' has incorrect indentation level 0, expected level should be 2. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.ImmutableBytesWritable' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Result' import. | 25 | |
| indentation | Indentation | 'extends' has incorrect indentation level 0, expected level should be 2. | 36 | |
| indentation | Indentation | 'implements' has incorrect indentation level 0, expected level should be 2. | 37 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Put' import. | 27 | |
| indentation | Indentation | 'extends' has incorrect indentation level 0, expected level should be 2. | 38 | |
| indentation | Indentation | 'implements' has incorrect indentation level 0, expected level should be 2. | 39 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Result' import. | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configured' import. | 24 | |
| indentation | Indentation | 'implements' has incorrect indentation level 2, expected level should be 4. | 51 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 59 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.Path' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 27 | |
| indentation | Indentation | 'implements' has incorrect indentation level 0, expected level should be 2. | 81 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 230 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 272 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 | |
| blocks | LeftCurly | '{' at column 21 should have line break after. | 310 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Result' import. | 22 | |
| indentation | Indentation | 'extends' has incorrect indentation level 0, expected level should be 2. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Connection' import. | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 44 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 51 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 168 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 172 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 173 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 182 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 199 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 203 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 204 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 237 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 249 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 254 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 266 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 331 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 334 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 348 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 351 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 364 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 378 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 390 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 397 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.BufferedMutator' import. | 27 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 121 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Result' import. | 24 | |
| indentation | Indentation | 'implements' has incorrect indentation level 0, expected level should be 2. | 36 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.mapreduce.TableRecordReaderImpl.LOG_PER_ROW_COUNT' import. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 197 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 200 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Put' import. | 22 | |
| indentation | Indentation | 'extends' has incorrect indentation level 0, expected level should be 2. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Result' import. | 25 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.mapreduce.Job. | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.DataInput' import. | 37 | |
| indentation | Indentation | 'getRecordReader' has incorrect indentation level 2, expected level should be 4. | 151 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 160 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 161 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 174 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 175 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 181 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 76 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 85 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 168 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 57 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 91 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 35. | 105 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 150 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 151 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 152 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 8, expected level should be 10. | 153 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 154 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 155 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 156 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 8, expected level should be 10. | 157 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 158 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 159 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 109). | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 34 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.filter.CompareFilter.CompareOp. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 145 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 146 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 162 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 193 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 228 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 265 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 276 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 287 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 298 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 309 | |
| misc | UpperEll | Should use uppercase 'L'. | 383 | |
| misc | UpperEll | Should use uppercase 'L'. | 386 | |
| misc | UpperEll | Should use uppercase 'L'. | 389 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 29 should have line break after. | 61 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 188 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 211 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 226 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 104). | 263 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.filter.CompareFilter. | 36 | |
| indentation | Indentation | 'extends' has incorrect indentation level 2, expected level should be 4. | 90 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 190 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 247 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 259 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 285 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 91 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.io.serializer.Deserializer' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 44 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 35 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 82 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 10. | 127 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 10. | 128 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 10. | 129 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 10. | 130 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 10. | 133 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 212 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 214 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 215 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 217 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 220 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 363 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be one of the following: 8, 72, 73. | 374 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Connection' import. | 35 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.mapreduce.replication.VerifyReplication' import. | 24 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 33 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 37 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseConfiguration' import. | 30 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 59 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Scan' import. | 33 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.filter.CompareFilter. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 42 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 70 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 74 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 88 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 107 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 6. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 25 | |
| indentation | Indentation | 'extends' has incorrect indentation level 0, expected level should be 2. | 40 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 61 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 106). | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 272 lines (max allowed is 150). | 188 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 195 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 425 | |
| indentation | Indentation | 'throws' has incorrect indentation level 6, expected level should be 8. | 455 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 496 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 503 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 509 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 537 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 640 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 641 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 643 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 643 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 644 | |
| sizes | LineLength | Line is longer than 100 characters (found 146). | 652 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 655 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 834 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 836 | |
| sizes | LineLength | Line is longer than 100 characters (found 121). | 851 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 25 | |
| indentation | Indentation | 'extends' has incorrect indentation level 0, expected level should be 2. | 52 | |
| indentation | Indentation | 'implements' has incorrect indentation level 0, expected level should be 2. | 53 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 320 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Result' import. | 24 | |
| indentation | Indentation | 'extends' has incorrect indentation level 0, expected level should be 2. | 34 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Mutation' import. | 26 | |
| indentation | Indentation | 'extends' has incorrect indentation level 0, expected level should be 2. | 53 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 45 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 186 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 208 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 219 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 272 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 284 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 318 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 327 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 346 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 426 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 10. | 539 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 10. | 543 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 561 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 605 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 43 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.ColumnFamilyDescriptor' import. | 63 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 155 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 156 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 250 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 399 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 401 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 424 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 425 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 427 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 591 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 631 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 658 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 660 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 677 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 691 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 694 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 695 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 729 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 739 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 750 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 762 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 127). | 55 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 209 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 254 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 323 | |
| blocks | LeftCurly | '{' at column 36 should have line break after. | 325 | |
| indentation | Indentation | 'InterruptedException' has incorrect indentation level 4, expected level should be 6. | 339 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 378 | |
| sizes | LineLength | Line is longer than 100 characters (found 123). | 385 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 680 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 695 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 696 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 697 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 149 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 150 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 151 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 170 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 178 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 29 | |
| blocks | LeftCurly | '{' at column 45 should have line break after. | 183 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.TableDescriptor' import. | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 46 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 47 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 160 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 217 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 218 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 219 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Durability' import. | 37 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Scan' import. | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 153 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 154 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 155 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 182 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 232 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'Class' has incorrect indentation level 2, expected level should be 4. | 98 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 100 | |
| indentation | Indentation | 'void' has incorrect indentation level 2, expected level should be 4. | 112 | |
| indentation | Indentation | 'extends' has incorrect indentation level 2, expected level should be 4. | 147 | |
| indentation | Indentation | 'method def rparen' has incorrect indentation level 8, expected level should be 4. | 164 | |
| indentation | Indentation | 'InterruptedException' has incorrect indentation level 4, expected level should be 6. | 195 | |
| indentation | Indentation | 'InterruptedException' has incorrect indentation level 4, expected level should be 6. | 200 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 266 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 283 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Delete' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.io.serializer.Deserializer' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 29 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Put' import. | 37 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 74 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Result' import. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 38 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| indentation | Indentation | 'extends' has incorrect indentation level 2, expected level should be 4. | 65 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 82 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 97 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 194 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'extends' has incorrect indentation level 2, expected level should be 4. | 67 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 74 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 | |
| indentation | Indentation | 'implements' has incorrect indentation level 0, expected level should be 2. | 48 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 51 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 53 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 220 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 221 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 223 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 5, expected level should be 4. | 594 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Connection' import. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Pair' import. | 40 | |
| indentation | Indentation | 'implements' has incorrect indentation level 0, expected level should be 2. | 49 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 8. | 130 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 255 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Map. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 34 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 103 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 106 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 124 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 291 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 366 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 433 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 455 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 469 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 512 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 523 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 525 | |
| sizes | LineLength | Line is longer than 100 characters (found 135). | 526 | |
| sizes | LineLength | Line is longer than 100 characters (found 150). | 531 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 578 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 603 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 648 | |
| blocks | LeftCurly | '{' at column 21 should have line break after. | 660 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Connection' import. | 46 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.User' import. | 53 | |
| imports | ImportOrder | Wrong order for 'com.codahale.metrics.MetricRegistry' import. | 65 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 70 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 85 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 92 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 108 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 136 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 139 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 5. | 143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 144 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 158 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 163 | |
| indentation | Indentation | 'throws' has incorrect indentation level 3, expected level should be 5. | 168 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 169 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 2. | 171 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 184 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 197 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 199 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 200 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 230 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 241 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 242 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 256 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 266 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 267 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 281 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 291 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 292 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 387 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 392 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 393 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 626 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 638 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 654 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 656 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 658 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 659 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 660 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 661 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 662 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 663 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 664 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 686 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 688 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 690 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 691 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 692 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 693 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 694 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 695 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 696 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 713 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 755 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 758 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 771 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 783 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 844 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 845 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 918 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 933 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 949 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 953 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 975 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 989 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1000 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Result' import. | 22 | |
| indentation | Indentation | 'extends' has incorrect indentation level 0, expected level should be 2. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.mapreduce.JobContext' import. | 24 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 64 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 25 | |
| indentation | Indentation | 'implements' has incorrect indentation level 0, expected level should be 2. | 52 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 73 | |
| indentation | Indentation | 'extends' has incorrect indentation level 2, expected level should be 4. | 94 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 139 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 162 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 207 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Result' import. | 24 | |
| indentation | Indentation | 'extends' has incorrect indentation level 0, expected level should be 2. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DoNotRetryIOException' import. | 33 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 104 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 175 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 203 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 204 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 208 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 240 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 270 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Mutation' import. | 22 | |
| indentation | Indentation | 'extends' has incorrect indentation level 0, expected level should be 2. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 111). | 59 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 214 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 215 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 228 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 229 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 234 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 235 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 236 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 2. | 238 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 64 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 301 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 504 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 505 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 79 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 30 | |
| indentation | Indentation | 'implements' has incorrect indentation level 0, expected level should be 2. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 185 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 24 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 183 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 184 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 224 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 264 | |
| indentation | Indentation | 'try' child has incorrect indentation level 4, expected level should be 6. | 270 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 14, 33. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 29. | 170 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 35. | 218 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 35. | 219 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.mockito.Mockito.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertFalse' import. | 32 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 60 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 178 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 180 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 181 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 249 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 250 | |
| misc | UpperEll | Should use uppercase 'L'. | 272 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 301 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 334 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 340 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 408 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 501 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 579 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 588 | |
| sizes | MethodLength | Method length is 169 lines (max allowed is 150). | 591 | |
| indentation | Indentation | 'for' child has incorrect indentation level 10, expected level should be 8. | 751 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 753 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 762 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 799 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 811 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 846 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 871 | |
| indentation | Indentation | 'getMockColumnFamiliesForBloomType' has incorrect indentation level 2, expected level should be 4. | 920 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 920 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 942 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 955 | |
| indentation | Indentation | 'for rparen' has incorrect indentation level 10, expected level should be 6. | 967 | |
| indentation | Indentation | 'getMockColumnFamiliesForBlockSize' has incorrect indentation level 2, expected level should be 4. | 993 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 993 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1019 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 1033 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1070 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1092 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1168 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 1173 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1187 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1189 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1388 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1392 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 1441 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 1443 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'Bytes' has incorrect indentation level 4, expected level should be 6. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 112 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 113 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 157 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 159 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 175 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 178 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 179 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 189 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 247 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 258 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 14, expected level should be 8. | 277 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 14, expected level should be 8. | 278 | |
| indentation | Indentation | 'try' child has incorrect indentation level 5, expected level should be 6. | 289 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 296 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 315 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 315 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 317 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 353 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 355 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 356 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 371 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 372 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 427 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 428 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 429 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 445 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 446 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 26. | 514 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 26. | 515 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 26. | 516 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 26. | 530 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 26. | 531 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 543 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 607 | |
| sizes | LineLength | Line is longer than 100 characters (found 123). | 625 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 692 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 694 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 14, expected level should be one of the following: 12, 25. | 755 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 130 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 132 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 133 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 146 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 148 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 149 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 164 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 204 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 228 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 118 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 120 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 168 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 170 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 171 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 184 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 185 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 186 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 236 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 237 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 239 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 254 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 256 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 258 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 259 | |
| indentation | Indentation | 'array initialization rcurly' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 261 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 273 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 275 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 276 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 277 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 23. | 291 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 23. | 292 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 309 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 311 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 312 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 313 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 384 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 386 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 483 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 148 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 198 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 200 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 202 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 203 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 205 | |
| indentation | Indentation | 'array initialization rcurly' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 206 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 14, expected level should be one of the following: 10, 12. | 244 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 245 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 246 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 14, expected level should be one of the following: 10, 12. | 247 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 248 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 274 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 275 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 276 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 277 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 279 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 404 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 491 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 560 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | UpperEll | Should use uppercase 'L'. | 168 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 265 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 298 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 313 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.mockito.Mockito.*. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be 2. | 47 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 | |
| indentation | Indentation | 'throws' has incorrect indentation level 6, expected level should be 8. | 92 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 127 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 76. | 82 | |
| indentation | Indentation | 'extends' has incorrect indentation level 2, expected level should be 4. | 96 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| indentation | Indentation | 'cf' has incorrect indentation level 6, expected level should be 8. | 114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 132 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 134 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 206 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 221 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 108). | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 95 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 123 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 132 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 137 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 6. | 152 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 159 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 164 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 183 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 195 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 200 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 208 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 213 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 235 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 248 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 263 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 264 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 265 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 270 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 271 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 272 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 277 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 278 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 279 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 284 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 285 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 286 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 296 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 313 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 314 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 442 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 443 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 444 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 33 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.filter.CompareFilter.CompareOp. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 140 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 141 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 159 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 198 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 233 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 270 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 271 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 283 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 284 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 296 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 297 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 309 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 310 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 322 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 323 | |
| misc | UpperEll | Should use uppercase 'L'. | 396 | |
| misc | UpperEll | Should use uppercase 'L'. | 399 | |
| misc | UpperEll | Should use uppercase 'L'. | 402 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 87 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 113 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 114 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 115 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 87 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 113 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 26 | |
| indentation | Indentation | 'extends' has incorrect indentation level 2, expected level should be 4. | 100 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 113 | |
| indentation | Indentation | 'extends' has incorrect indentation level 2, expected level should be 4. | 137 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 145 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 151 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 158 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 178 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 179 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 182 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 215 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 216 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 217 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 220 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 254 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 255 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 256 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 282 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 283 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 284 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 29 should have line break after. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 87 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 76. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 176 | |
| indentation | Indentation | 'for' has incorrect indentation level 9, expected level should be 8. | 184 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 55 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 56 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 75 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 76 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'extends' has incorrect indentation level 2, expected level should be 4. | 109 | |
| indentation | Indentation | 'implements' has incorrect indentation level 2, expected level should be 4. | 110 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 118 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 153 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.ImmutableBytesWritable' import. | 36 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 141 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 173 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.ImmutableBytesWritable' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Put' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Durability' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Put' import. | 31 | |
| indentation | Indentation | 'extends' has incorrect indentation level 0, expected level should be 2. | 48 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 101 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 151 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.ImmutableBytesWritable' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.mapreduce.Counter' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 | |
| indentation | Indentation | 'extends' has incorrect indentation level 0, expected level should be 2. | 37 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.wal.WALEdit' import. | 38 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.wal.AbstractFSWALProvider' import. | 39 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 164 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 190 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 208 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 246 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 311 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 224 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 360 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 105). | 270 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 14, expected level should be 16. | 271 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 384 | |
| sizes | MethodLength | Method length is 154 lines (max allowed is 150). | 498 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 642 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 663 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 664 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 672 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 688 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 692 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 311 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 507 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Server' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.zookeeper.ZKListener' import. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 154 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 155 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 211 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 219 lines (max allowed is 150). | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 311 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 312 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 313 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 435 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 436 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 452 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 606 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 136 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 167 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 170 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 176 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 177 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 196 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 199 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 235 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 314 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 315 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 318 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 321 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 335 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 336 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 339 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 371 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 372 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 385 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 386 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 387 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 390 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 420 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 440 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 442 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.NonceKey' import. | 27 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 88 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 89 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 99 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 100 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.master.procedure.CreateNamespaceProcedure' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.NonceKey' import. | 38 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 96 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 104 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 109 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 28 | |
| blocks | LeftCurly | '{' at column 58 should have line break after. | 102 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 126 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Abortable' import. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.ColumnFamilyDescriptor' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 436 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 7, expected level should be 6. | 439 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 7, expected level should be 6. | 440 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 450 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 452 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 453 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 455 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 456 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 457 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 458 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 462 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 491 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 636 | |
| sizes | LineLength | Line is longer than 100 characters (found 131). | 650 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 785 | |
| sizes | MethodLength | Method length is 206 lines (max allowed is 150). | 816 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 1178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 1180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 1182 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 1184 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 1186 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 1194 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 1195 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 1200 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 1201 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1405 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1427 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1444 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1479 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1623 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1627 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1639 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1641 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1643 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1646 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1649 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1650 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1652 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1654 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1655 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 1656 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1662 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1666 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1668 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1669 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1672 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1673 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1675 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1677 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1678 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 1679 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 1698 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 1700 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1791 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1793 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1795 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1802 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1803 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1805 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1807 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1808 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1810 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1812 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1813 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 1814 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1844 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2094 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2095 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2103 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2109 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2110 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2118 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2123 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2141 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2145 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2151 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2156 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2157 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2161 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2162 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 2163 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2181 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2182 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2184 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2186 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2187 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2189 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2191 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2192 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 2193 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2274 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2276 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2282 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2283 | |
| indentation | Indentation | 'if' has incorrect indentation level 10, expected level should be one of the following: 12, 14. | 2284 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 14, 16. | 2285 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be one of the following: 14, 16. | 2286 | |
| indentation | Indentation | 'if' child has incorrect indentation level 14, expected level should be one of the following: 16, 18. | 2287 | |
| indentation | Indentation | 'if' has incorrect indentation level 14, expected level should be one of the following: 16, 18. | 2288 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 18, 20. | 2289 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 14, expected level should be one of the following: 16, 18. | 2291 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be one of the following: 14, 16. | 2292 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 10, expected level should be one of the following: 12, 14. | 2293 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 14, 16. | 2294 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 10, expected level should be one of the following: 12, 14. | 2295 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2296 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2298 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2305 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2306 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2308 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2310 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2311 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2313 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2315 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2316 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 2317 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2327 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2329 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2331 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2341 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2342 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2344 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2346 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2347 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2349 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2351 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2352 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 2353 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2365 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2397 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2399 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2400 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2403 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2409 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2410 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 10, expected level should be one of the following: 12, 14. | 2411 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2412 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2414 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2416 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2418 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2420 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2421 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 2422 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2436 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2440 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2442 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 2444 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 2445 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 2446 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2926 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3104 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 3196 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 3226 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3233 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 3238 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3267 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 3365 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3523 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3573 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 33 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 79 | |
| indentation | Indentation | 'if' child has incorrect indentation level 14, expected level should be 12. | 177 | |
| indentation | Indentation | 'if' child has incorrect indentation level 14, expected level should be 12. | 178 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 243 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 307 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 138 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 145 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 135 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 743 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 761 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 780 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 796 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 797 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 799 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 816 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 830 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 845 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 862 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 881 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 900 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 918 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 1684 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 1693 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 138 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 139 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 140 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 141 | |
| blocks | LeftCurly | '{' at column 43 should have line break after. | 195 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 238 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 239 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 240 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 242 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 243 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 287 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 340 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 341 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 363 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 373 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 393 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 8, expected level should be 6. | 405 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 415 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.ColumnFamilyDescriptor' import. | 36 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 312 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 548 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 593 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 946 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 973 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 975 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1014 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1360 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1602 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1663 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 181 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 182 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 193 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 194 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 195 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 207 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 208 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 209 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 221 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 222 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 223 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 233 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 234 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 235 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 247 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 248 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 249 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 262 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 263 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 264 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 277 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 278 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 279 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 295 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 310 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 339 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 364 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 372 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 379 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 387 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 395 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 402 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 403 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 408 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 410 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 411 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 48 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 25 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 49 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 51 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.quotas.QuotaObserverChore' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.ColumnFamilyDescriptor' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Service' import. | 60 | |
| imports | RedundantImport | Duplicate import to line 22 - com.google.protobuf.Service. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'ClientProtos' has incorrect indentation level 0, expected level should be 2. | 142 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 190 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 191 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 194 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 202 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 203 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 204 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 219 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 220 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 251 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 359 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Arrays. | 21 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 121 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 129 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 136 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 139 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 185 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 186 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 187 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 188 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 190 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 191 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 192 | |
| sizes | MethodLength | Method length is 260 lines (max allowed is 150). | 194 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 475 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 491 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 612 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 615 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 624 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 636 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 657 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 658 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 661 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 721 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 785 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 838 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 941 | |
| sizes | MethodLength | Method length is 163 lines (max allowed is 150). | 951 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 951 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 64 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 65 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 66 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 67 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 68 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 69 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 70 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 71 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 72 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 73 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 74 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 75 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 76 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 77 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 78 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 79 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 80 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 81 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 82 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 83 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 84 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 85 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 86 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 87 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 88 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 89 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 90 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 91 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 92 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 93 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 94 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 95 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 96 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 97 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 98 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 99 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 100 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 101 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 102 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 103 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 104 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 117 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 118 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 119 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 120 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 121 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 122 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 123 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 124 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 125 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 126 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 127 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 128 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 129 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 130 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 131 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 132 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 133 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 134 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 135 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 136 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 137 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 138 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 139 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 140 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 141 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 142 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 143 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 144 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 145 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 146 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 147 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 148 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 149 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 150 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 151 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 152 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 153 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 154 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 155 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 156 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 157 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 158 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 159 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 385 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 407 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 221 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 248 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 249 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 349 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 353 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 373 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 375 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 444 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 538 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 547 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 686 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 725 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 756 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 758 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 770 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 772 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 776 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 823 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 852 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 865 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 866 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 888 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 113 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 118 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 128 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 130 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 139 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 156 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 157 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 158 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.errorhandling.ForeignException' import. | 22 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 190 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 370 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 371 | |
| design | VisibilityModifier | Variable 'installed' must be private and have accessor methods. | 472 | |
| design | VisibilityModifier | Variable 'done' must be private and have accessor methods. | 473 | |
| design | VisibilityModifier | Variable 'error' must be private and have accessor methods. | 474 | |
| design | VisibilityModifier | Variable 'isDead' must be private and have accessor methods. | 475 | |
| design | VisibilityModifier | Variable 'last_update' must be private and have accessor methods. | 488 | |
| design | VisibilityModifier | Variable 'last_version' must be private and have accessor methods. | 489 | |
| design | VisibilityModifier | Variable 'cur_worker_name' must be private and have accessor methods. | 490 | |
| design | VisibilityModifier | Variable 'batch' must be private and have accessor methods. | 491 | |
| design | VisibilityModifier | Variable 'status' must be private and have accessor methods. | 492 | |
| design | VisibilityModifier | Variable 'incarnation' must be private and have accessor methods. | 493 | |
| design | VisibilityModifier | Variable 'unforcedResubmits' must be private and have accessor methods. | 494 | |
| design | VisibilityModifier | Variable 'resubmitThresholdReached' must be private and have accessor methods. | 495 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 546 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.zookeeper.ZKWatcher' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.MasterSwitchType' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 54 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 232 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 239 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 242 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 250 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 265 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'edu.umd.cs.findbugs.annotations.NonNull' import. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Connection' import. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 167 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 200 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 201 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 202 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 203 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 207 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 155 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 161 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 165 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 172 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 181 | |
| indentation | Indentation | 'final' has incorrect indentation level 2, expected level should be 4. | 187 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 188 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 333 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 492 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 570 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 573 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 581 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 598 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.master.assignment.RegionStates. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.junit.Assert.assertFalse. | 21 | |
| imports | UnusedImports | Unused import - org.junit.Assert.assertTrue. | 22 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HConstants. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.fs.HFileSystem. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.CoordinatedStateManager. | 23 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 135 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 136 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 72 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 106 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 110 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 112 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 113 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 115 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 117 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 118 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10. | 119 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 132 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 145 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 146 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 187 | |
| indentation | Indentation | 'throws' has incorrect indentation level 6, expected level should be 8. | 193 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 228 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 301 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 158 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 248 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 320 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 95 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 121 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 122 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 203 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 259 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 387 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 500 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 502 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.testclassification.LargeTests' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseClassTestRule' import. | 29 | |
| imports | UnusedImports | Unused import - org.junit.Assert. | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 43 | |
| imports | ImportOrder | Wrong order for 'junit.framework.TestCase.assertTrue' import. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 164 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 165 | |
| indentation | Indentation | 'report' has incorrect indentation level 4, expected level should be 6. | 179 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 185 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 304 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 336 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 337 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 338 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 339 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 340 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 344 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 361 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 362 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 365 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 405 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 418 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 419 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 470 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 533 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 541 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 95 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 155 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 216 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 337 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 464 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 466 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 489 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 508 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.junit.Assert. | 31 | |
| imports | ImportOrder | Wrong order for 'junit.framework.TestCase.assertTrue' import. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 161 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 162 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 163 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 164 | |
| indentation | Indentation | 'for' has incorrect indentation level 5, expected level should be 4. | 165 | |
| indentation | Indentation | 'for' child has incorrect indentation level 7, expected level should be 6. | 166 | |
| indentation | Indentation | 'for' child has incorrect indentation level 7, expected level should be 6. | 167 | |
| indentation | Indentation | 'for' child has incorrect indentation level 7, expected level should be 6. | 168 | |
| indentation | Indentation | 'for' child has incorrect indentation level 7, expected level should be 6. | 169 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 169 | |
| indentation | Indentation | 'for' child has incorrect indentation level 7, expected level should be 6. | 170 | |
| indentation | Indentation | 'for' child has incorrect indentation level 7, expected level should be 6. | 171 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 5, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 2. | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 227 | |
| blocks | EmptyBlock | Must have at least one statement. | 262 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 344 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 360 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 367 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 542 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 575 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 582 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 590 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 591 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 611 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 612 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 613 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 689 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 692 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 694 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 702 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 800 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 838 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 881 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 919 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 959 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1026 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1165 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1167 | |
| blocks | EmptyBlock | Must have at least one statement. | 1272 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1306 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1423 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1441 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1443 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1446 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1451 | |
| blocks | EmptyBlock | Must have at least one statement. | 1528 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1716 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1841 | |
| indentation | Indentation | 'lambda arguments' has incorrect indentation level 8, expected level should be 6. | 1889 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1906 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'extends' has incorrect indentation level 0, expected level should be 2. | 46 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 74 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 80 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 82 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 83 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 84 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 85 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 86 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 87 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 88 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 89 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 89 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 90 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 91 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 92 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 67 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 74 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 76 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 77 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 78 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 79 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 10. | 80 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 81 | |
| indentation | Indentation | 'if' has incorrect indentation level 10, expected level should be 12. | 81 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 81 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 82 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 10. | 83 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 84 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 85 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 86 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 89 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 10. | 90 | |
| indentation | Indentation | 'if' has incorrect indentation level 10, expected level should be 12. | 91 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 14. | 92 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 10, expected level should be 12. | 93 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 10. | 94 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 95 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 96 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 97 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 10. | 98 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 99 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 10. | 100 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 101 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 102 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 103 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 113 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 417 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 467 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 526 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 537 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 565 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.FSUtils' import. | 73 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 105 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 168 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 109 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 112 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 293 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 155 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 279 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 280 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 424 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 425 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 502 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 510 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 519 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 528 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 588 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 597 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 603 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 604 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 617 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 716 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 720 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 778 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 6. | 817 | |
| indentation | Indentation | 'if' has incorrect indentation level 10, expected level should be 8. | 818 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 10. | 819 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 10, expected level should be 8. | 820 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 6. | 821 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 831 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 857 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 863 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 969 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProcedureProtos.RegionTransitionState' import. | 38 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.common.annotations.VisibleForTesting' import. | 40 | |
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 41 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 209 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 210 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 146 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 151 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 153 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 162 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 169 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 182 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 183 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 584 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 165 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 638 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 664 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 795 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 0, expected level should be 2. | 172 | |
| indentation | Indentation | 'Bytes' has incorrect indentation level 4, expected level should be 6. | 381 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.junit.AfterClass' import. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 181 | |
| blocks | EmptyBlock | Must have at least one statement. | 207 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 235 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 249 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class Util should be declared as final. | 38 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 48 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.master.HMaster' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 45. | 80 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 45. | 81 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 45. | 82 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 45. | 83 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 45. | 84 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 45. | 85 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 45. | 86 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 45. | 87 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 45. | 88 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 45. | 89 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 45. | 90 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 45. | 91 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 45. | 92 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 97 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 98 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 99 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 101 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 102 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 103 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 104 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 105 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 106 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 107 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 108 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 109 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 110 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 111 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 113 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 114 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 115 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 116 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 117 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 118 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 120 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 121 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 122 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 123 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 124 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 125 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 126 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 127 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 128 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 129 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 131 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 133 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 134 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 136 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 137 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 138 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 139 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 140 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 141 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 142 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 143 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 144 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 145 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 146 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 147 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 148 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 149 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 150 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 151 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 152 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 153 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 237 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 237 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 246 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 329 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 330 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 331 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 363 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 377 | |
| sizes | LineLength | Line is longer than 100 characters (found 150). | 401 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 422 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 530 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 107). | 127 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 144 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 145 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 146 | |
| sizes | MethodLength | Method length is 259 lines (max allowed is 150). | 191 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 301 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 626 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 627 | |
| blocks | LeftCurly | '{' at column 33 should have line break after. | 627 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 629 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 631 | |
| design | VisibilityModifier | Variable 'region' must be private and have accessor methods. | 635 | |
| design | VisibilityModifier | Variable 'server' must be private and have accessor methods. | 636 | |
| design | VisibilityModifier | Variable 'region' must be private and have accessor methods. | 655 | |
| design | VisibilityModifier | Variable 'fromServer' must be private and have accessor methods. | 656 | |
| design | VisibilityModifier | Variable 'toServer' must be private and have accessor methods. | 657 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 667 | |
| design | VisibilityModifier | Variable 'fromServer' must be private and have accessor methods. | 676 | |
| design | VisibilityModifier | Variable 'fromRegion' must be private and have accessor methods. | 677 | |
| design | VisibilityModifier | Variable 'toServer' must be private and have accessor methods. | 678 | |
| design | VisibilityModifier | Variable 'toRegion' must be private and have accessor methods. | 679 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 689 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 703 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 704 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 707 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 708 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 709 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 710 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 711 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 713 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 714 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 714 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 715 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 716 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 717 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 718 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 720 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 721 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 721 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 722 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 722 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 723 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 724 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 725 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 726 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 727 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 738 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 759 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 839 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 854 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1021 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1022 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1024 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1025 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1060 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1066 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1089 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1091 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1180 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 1384 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.master.HMaster' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'segregateRegionsAndAssignRegionsWithFavoredNodes' has incorrect indentation level 2, expected level should be 4. | 201 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 243 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 21 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 34 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 64 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 214 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 304 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ServerName' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 113 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 115 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 134 | |
| sizes | MethodLength | Method length is 206 lines (max allowed is 150). | 246 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 266 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 316 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 320 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 335 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 354 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 357 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 366 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 387 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 389 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 408 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 438 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 456 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 461 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 462 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 462 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 464 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 499 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 500 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 501 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 513 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 514 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 530 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 537 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 558 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 559 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 565 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 582 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 583 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 6. | 252 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 267 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 269 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 456 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 564 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 797 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 813 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 827 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 831 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 862 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 1003 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 1004 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1005 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1006 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1007 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 1008 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1009 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1010 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1011 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 1012 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1013 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1014 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1015 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1016 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 1017 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 1018 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 1028 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1089 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 1296 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 1297 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 1301 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 1344 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 84 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 85 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 86 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 87 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 133 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 134 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 135 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 191 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 256 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 337 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 432 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 433 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 434 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 444 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 530 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 74 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 75 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 76 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 78 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 79 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 80 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 81 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 82 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 83 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 84 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 85 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 86 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 87 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 88 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 90 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 91 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 92 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 93 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 94 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 95 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 97 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 98 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 99 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 100 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 101 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 102 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 103 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 104 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 105 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 106 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 108 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 110 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 111 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 112 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 113 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 114 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 115 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 116 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 117 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 118 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 119 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 132 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 141 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 149 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 170 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 175 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 179 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.junit.Assert.assertFalse. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 201 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 216 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 105). | 127 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 131 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 133 | |
| sizes | LineLength | Line is longer than 100 characters (found 131). | 134 | |
| sizes | LineLength | Line is longer than 100 characters (found 129). | 135 | |
| sizes | LineLength | Line is longer than 100 characters (found 129). | 136 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 137 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 139 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 140 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 141 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 142 | |
| sizes | LineLength | Line is longer than 100 characters (found 135). | 150 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 4, expected level should be 6. | 215 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 2. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 74 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 75 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 76 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 77 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 78 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 79 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 83 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 84 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 85 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 86 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 87 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 88 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 92 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 93 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 94 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 95 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 96 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 97 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 100 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 101 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 102 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 103 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 104 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 105 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 106 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 109 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 110 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 111 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 112 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 113 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 114 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 115 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 388 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' has incorrect indentation level 0, expected level should be 2. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileStatus' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 443 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 2, expected level should be 4. | 449 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 449 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 21 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.HFileLink' import. | 31 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 51 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 104). | 118 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 183 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 195 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 136 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 111). | 402 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 78 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 234 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 252 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 210 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 233 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 236 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 344 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.master.HMaster' import. | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.util.ReflectionUtils' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 110). | 122 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 193 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.procedure2.StateMachineProcedure' import. | 23 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.master.MasterFileSystem. | 34 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 152 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 312 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 324 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 325 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 352 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 353 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 368 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 429 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 459 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.master.MasterFileSystem' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.FSUtils' import. | 34 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 71 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 72 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 73 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 10. | 74 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 76 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 10. | 77 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 78 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 79 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 80 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 81 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 82 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 83 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 84 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 85 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 86 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 87 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 88 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 89 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 90 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 91 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 92 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 93 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 94 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 95 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 96 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 202 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 218 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 232 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 244 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.constraint.ConstraintException' import. | 33 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.FSUtils' import. | 40 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 77 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 78 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 79 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 10. | 80 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 82 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 10. | 83 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 84 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 85 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 86 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 87 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 88 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 89 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 90 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 91 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 92 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 93 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 94 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 95 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 96 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 97 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 98 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 99 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 100 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 101 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 196 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 232 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 243 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 260 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 271 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 288 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 315 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 300 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 346 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 68 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 236 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 275 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 276 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 286 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 316 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 317 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 340 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 341 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Connection' import. | 34 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 97 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 10. | 98 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 99 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 10. | 100 | |
| indentation | Indentation | 'else' child has incorrect indentation level 10, expected level should be 12. | 102 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 10. | 103 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 104 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 105 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 106 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 107 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 108 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 109 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 110 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 111 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 112 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 113 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 114 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 117 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 121 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 124 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 10. | 127 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 128 | |
| indentation | Indentation | 'for' has incorrect indentation level 10, expected level should be 12. | 130 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 14. | 131 | |
| indentation | Indentation | 'if' child has incorrect indentation level 14, expected level should be 16. | 134 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 14. | 135 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 10, expected level should be 12. | 136 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 140 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 143 | |
| indentation | Indentation | 'if' has incorrect indentation level 10, expected level should be 12. | 145 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 14. | 146 | |
| indentation | Indentation | 'if' child has incorrect indentation level 14, expected level should be 16. | 147 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 14. | 150 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 10, expected level should be 12. | 151 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 14. | 154 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 14. | 156 | |
| indentation | Indentation | 'for' has incorrect indentation level 12, expected level should be 14. | 157 | |
| indentation | Indentation | 'if' has incorrect indentation level 14, expected level should be 16. | 158 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 18. | 160 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 18. | 162 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 18. | 164 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 14, expected level should be 16. | 165 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 12, expected level should be 14. | 166 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 10, expected level should be 12. | 167 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 14. | 169 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 14, expected level should be 16. | 170 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 14, expected level should be 16. | 171 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 14. | 174 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 10, expected level should be 12. | 176 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 10. | 177 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 180 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 181 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 182 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 183 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 184 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 185 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 186 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 187 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 188 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 189 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 190 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 191 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 316 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 354 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 355 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 366 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 381 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 397 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 398 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 421 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 422 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 107). | 147 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 196 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 272 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 346 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 349 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 373 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 605 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 8. | 652 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Random' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class MasterProcedureTestingUtility should be declared as final. | 67 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 204 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 243 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 246 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.master.TableNamespaceManager' import. | 29 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 74 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 75 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 76 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 10. | 77 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 79 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 10. | 80 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 81 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 82 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 83 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 84 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 85 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 86 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 87 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 88 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 89 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 90 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 91 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 186 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 209 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 218 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 68 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 74 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 97 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 98 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 99 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 100 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 101 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 102 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 103 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 104 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 105 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 106 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 107 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 108 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 109 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 110 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 10. | 111 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 112 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 10. | 113 | |
| indentation | Indentation | 'else' child has incorrect indentation level 10, expected level should be 12. | 114 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 10. | 115 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 116 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 117 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 118 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 119 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 120 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 121 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 122 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 123 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 124 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 125 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 10. | 126 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 127 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 10. | 129 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 130 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 131 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 132 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 217 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 239 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 281 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 282 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 317 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 338 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 390 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 391 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 414 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 415 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.procedure2.Procedure' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.JRubyFormat' import. | 35 | |
| design | FinalClass | Class ProcedureDescriber should be declared as final. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.VersionInfoUtil' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' has incorrect indentation level 6, expected level should be 4. | 62 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 6, expected level should be 4. | 63 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 6, expected level should be 4. | 65 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 6, expected level should be 4. | 66 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 6, expected level should be 4. | 68 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 6. | 69 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 6. | 70 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 6, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be 4. | 73 | |
| blocks | LeftCurly | '{' at column 60 should have line break after. | 74 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be 4. | 76 | |
| blocks | LeftCurly | '{' at column 36 should have line break after. | 77 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be 4. | 79 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 80 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be 4. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 84 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 84 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 6. | 85 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 8. | 86 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 6. | 87 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 8. | 88 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 6. | 89 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be 4. | 92 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 95 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 6. | 96 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 8. | 97 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 8. | 98 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 8. | 99 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 6. | 100 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 8. | 101 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 6. | 102 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 8. | 103 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 6. | 104 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be 4. | 105 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 106 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 127 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 188 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 214 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be one of the following: 12, 14. | 216 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 217 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 218 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 226 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 228 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 229 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 230 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 281 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 86 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 101 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 271 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 328 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 203 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 204 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 220 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 246 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 276 | |
| sizes | LineLength | Line is longer than 100 characters (found 128). | 331 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 404 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 129). | 87 | |
| sizes | LineLength | Line is longer than 100 characters (found 130). | 150 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 105). | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 115). | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'while' construct must use '{}'s. | 103 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 139 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 168 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 178 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 831 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 932 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 265 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 112). | 136 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 213 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.testclassification.MasterTests' import. | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertTrue' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 117). | 59 | |
| blocks | LeftCurly | '{' at column 30 should have line break after. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 63 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 92 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 133 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 220 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 218 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 289 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 293 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 331 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 406 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 549 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 638 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 641 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 691 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 760 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 762 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 813 | |
| blocks | LeftCurly | '{' at column 7 should be on the previous line. | 971 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 999 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1054 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1058 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 64 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 191 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 275 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 200 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 204 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 93 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 126 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 138 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 163 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 189 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 31 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be one of the following: 4, 6. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 89 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. | 91 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 6, expected level should be one of the following: 2, 4. | 92 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 108 | |
| sizes | MethodLength | Method length is 201 lines (max allowed is 150). | 166 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 166 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 178 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 32 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HColumnDescriptor. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.ColumnFamilyDescriptor' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.IdLock' import. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.MD5Hash' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 291 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 377 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 426 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 476 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 527 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 551 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 578 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 604 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 631 | |
| sizes | LineLength | Line is longer than 100 characters (found 133). | 634 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 660 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 703 | |
| sizes | LineLength | Line is longer than 100 characters (found 133). | 808 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 910 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.client.*. | 28 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 1, expected level should be 2. | 47 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 1, expected level should be 2. | 48 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 1, expected level should be 2. | 49 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 1, expected level should be 2. | 50 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 1, expected level should be 2. | 51 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 1, expected level should be 2. | 52 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 1, expected level should be 2. | 53 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 1, expected level should be 2. | 54 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 1, expected level should be 2. | 56 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 1, expected level should be 2. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 61 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 1, expected level should be 2. | 62 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 1, expected level should be 2. | 64 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 66 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 1, expected level should be 2. | 67 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 1, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 71 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 1, expected level should be 2. | 78 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 1, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 82 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 1, expected level should be 2. | 91 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 1, expected level should be 2. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.client.*. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.ColumnFamilyDescriptor' import. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 97 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 157 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 161 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 181 | |
| blocks | LeftCurly | '{' at column 36 should have line break after. | 181 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 259 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.tool.LoadIncrementalHFiles' import. | 86 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 114 | |
| sizes | MethodLength | Method length is 151 lines (max allowed is 150). | 161 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 165 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 285 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 330 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 424 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 441 | |
| indentation | Indentation | 'for' child has incorrect indentation level 8, expected level should be 6. | 448 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 687 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 273 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 926 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 932 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 1171 | |
| indentation | Indentation | 'method def rparen' has incorrect indentation level 6, expected level should be 2. | 1175 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 1, expected level should be 0. | 1218 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 235 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 354 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 360 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 436 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 574 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 683 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 706 | |
| indentation | Indentation | '.' has incorrect indentation level 6, expected level should be 8. | 847 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 890 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.io.IOUtils' import. | 32 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'message' must be private and have accessor methods. | 96 | |
| design | VisibilityModifier | Variable 'timestamp' must be private and have accessor methods. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Operation' import. | 26 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 125 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 152 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.EnvironmentEdgeManager' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.testclassification.IntegrationTests' import. | 63 | |
| misc | UpperEll | Should use uppercase 'L'. | 126 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 275 | |
| misc | UpperEll | Should use uppercase 'L'. | 344 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 347 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 630 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 631 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 632 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 633 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Threads. | 84 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 7, expected level should be one of the following: 8, 10. | 523 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class Address should be declared as final. | 33 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 65 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.junit.Assert. | 24 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 186 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 193 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 200 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 201 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 209 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 228 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 234 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 243 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 278 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 287 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 313 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 322 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 349 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 358 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 389 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 407 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 409 | |
| misc | UpperEll | Should use uppercase 'L'. | 489 | |
| misc | UpperEll | Should use uppercase 'L'. | 489 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 553 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 555 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 91 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 208 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 317 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 356 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 417 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 532 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 542 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 554 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 571 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 581 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 652 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 670 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 671 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 705 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 770 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 780 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 859 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 881 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 924 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 970 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 985 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1021 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1028 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1038 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1039 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1041 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 325 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.yetus.audience.InterfaceStability. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Stoppable' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.zookeeper.KeeperException' import. | 30 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.errorhandling.ForeignException' import. | 31 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 243 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 251 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 264 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 295 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 307 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 317 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 318 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 343 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 344 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 355 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 356 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 358 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 365 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DaemonThreadFactory' import. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 181 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 235 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 236 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.errorhandling.ForeignException' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 24 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 36 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.DaemonThreadFactory' import. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 177 | |
| indentation | Indentation | 'if' has incorrect indentation level 5, expected level should be 4. | 178 | |
| indentation | Indentation | 'if' child has incorrect indentation level 7, expected level should be 6. | 179 | |
| indentation | Indentation | 'if' child has incorrect indentation level 7, expected level should be 6. | 180 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 5, expected level should be 4. | 181 | |
| indentation | Indentation | 'if' has incorrect indentation level 5, expected level should be 4. | 182 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 5, expected level should be 4. | 184 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 185 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 2. | 186 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.errorhandling.ForeignException' import. | 24 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 50 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.RegionServerServices' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.User' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.errorhandling.ForeignException' import. | 37 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 145 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 156 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 135 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 245 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 258 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 266 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 272 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 302 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 303 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 312 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 313 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 4, expected level should be 6. | 115 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 146 | |
| coding | EmptyStatement | Empty statement. | 146 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 4, expected level should be 6. | 167 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 176 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 178 | |
| coding | EmptyStatement | Empty statement. | 178 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 285 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 330 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 351 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 82 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 108 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 233 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 234 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 411 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 444 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | ')' is preceded with whitespace. | 121 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 138 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 141 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 150 | |
| indentation | Indentation | '.' has incorrect indentation level 6, expected level should be 8. | 166 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be one of the following: 14, 16. | 178 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be one of the following: 14, 16. | 179 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be one of the following: 14, 16. | 180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be one of the following: 14, 16. | 181 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 182 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 183 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 186 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 190 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 219 | |
| indentation | Indentation | '.' has incorrect indentation level 6, expected level should be 8. | 241 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 258 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 261 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 279 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be one of the following: 14, 16. | 281 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be one of the following: 14, 16. | 282 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be one of the following: 14, 16. | 283 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 284 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 285 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 311 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 341 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 365 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 104). | 127 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 133 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 214 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 228 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 295 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 309 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 321 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 197 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 221 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.errorhandling.ForeignException' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 28 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 218 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.zookeeper.ZKUtil' import. | 27 | |
| design | VisibilityModifier | Variable 'baseZNode' must be private and have accessor methods. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 242 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 245 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 263 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.errorhandling.ForeignException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.security.access.Permission. | 46 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 33 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 2. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 174 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 242 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 287 | |
| blocks | EmptyBlock | Must have at least one statement. | 298 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 307 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.concurrent.TimeUnit' import. | 24 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 271 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 288 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseIOException' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 106). | 73 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.procedure2.LockedResourceType' import. | 24 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.procedure2.LockedResourceType. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.TimeoutIOException' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.User' import. | 35 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 131 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 132 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 134 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 135 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 659 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 774 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 843 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 917 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.procedure2.Procedure' import. | 23 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.procedure2.Procedure. | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayDeque' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.HBaseException' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 208 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 243 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 250 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 264 | |
| sizes | MethodLength | Method length is 151 lines (max allowed is 150). | 360 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 469 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 475 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 705 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 706 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 725 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 734 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 756 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 759 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 831 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 834 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1059 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1150 | |
| indentation | Indentation | 'block' child has incorrect indentation level 16, expected level should be 14. | 1199 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1322 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1553 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 106). | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.NonceKey' import. | 43 | |
| design | FinalClass | Class ProcedureTestingUtility should be declared as final. | 48 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 173 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 366 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.NonceKey' import. | 35 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 217 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 289 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.procedure2.util.DelayedUtil' import. | 39 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 169 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 192 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 257 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 258 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ForeignExceptionUtil' import. | 26 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 122 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 157 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 159 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 166 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 171 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 190 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 205 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 47 should have line break after. | 87 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 221 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.procedure2.ProcedureTestingUtility. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'boolean' has incorrect indentation level 4, expected level should be 6. | 250 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'while' construct must use '{}'s. | 128 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 242 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 243 | |
| blocks | LeftCurly | '{' at column 46 should have line break after. | 268 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 46 should have line break after. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 51 should have line break after. | 199 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.junit.Assert.assertEquals. | 20 | |
| imports | UnusedImports | Unused import - org.junit.Assert.assertFalse. | 21 | |
| imports | UnusedImports | Unused import - org.junit.Assert.assertTrue. | 22 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'while' construct must use '{}'s. | 139 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 147 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 158 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 219 | |
| blocks | LeftCurly | '{' at column 46 should have line break after. | 254 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| indentation | Indentation | 'extends' has incorrect indentation level 2, expected level should be 4. | 111 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 30 should have line break after. | 204 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 205 | |
| blocks | LeftCurly | '{' at column 35 should have line break after. | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.procedure2.Procedure' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 434 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 547 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 565 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.procedure2.store.ProcedureStoreTracker' import. | 31 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 198 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 199 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.util.StreamUtils' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.procedure2.Procedure' import. | 30 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 202 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 227 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 467 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 468 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 10, expected level should be 12. | 725 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 815 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.lang.System.currentTimeMillis' import. | 42 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 138 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 139 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 210 | |
| indentation | Indentation | 'NUM_PROCS_OPTION' has incorrect indentation level 8, expected level should be 10. | 212 | |
| indentation | Indentation | 'UPDATES_PER_PROC_OPTION' has incorrect indentation level 8, expected level should be 10. | 213 | |
| indentation | Indentation | 'deleteProcsFraction' has incorrect indentation level 8, expected level should be 10. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.fs.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.conf.*. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.*' import. | 31 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.procedure2.util.*. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.procedure2.Procedure' import. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.util.Tool' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.junit.Assert.assertFalse. | 21 | |
| imports | UnusedImports | Unused import - org.junit.Assert.fail. | 23 | |
| blocks | LeftCurly | '{' at column 19 should have line break after. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'object def' child has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 742 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 744 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 746 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be one of the following: 12, 14. | 747 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be one of the following: 12, 14. | 748 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be one of the following: 12, 14. | 749 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 750 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 751 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 752 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 753 | |
| blocks | LeftCurly | '{' at column 45 should have line break after. | 948 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 954 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.CommonFSUtils' import. | 54 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 210 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 464 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 616 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 903 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 993 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 6. | 1043 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1142 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1274 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1288 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.EnvironmentEdgeManager' import. | 28 | |
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 62 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 136 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 59 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 60 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 61 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class ProtobufMagic should be declared as final. | 25 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 43 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class ProtobufMessageConverter should be declared as final. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 189 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 264 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 294 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 314 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 333 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 334 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 335 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 336 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 337 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 338 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 339 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 340 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 341 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 342 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 343 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 344 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 354 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 355 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 356 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 357 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 358 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 359 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 360 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 361 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 362 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 363 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 364 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 365 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 374 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 377 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 455 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 458 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 468 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 471 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 500 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 570 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 573 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 583 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 586 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 652 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 670 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 691 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 705 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 708 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 728 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 734 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 748 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 767 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 769 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 852 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 954 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1058 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1129 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1130 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1132 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1146 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1183 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1184 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1185 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1187 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1197 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1198 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1200 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1203 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1227 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1228 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1298 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1300 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1340 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1343 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1363 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1369 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1403 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1460 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1462 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1467 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1468 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1469 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1470 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1471 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1472 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1473 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1474 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1475 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1485 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1490 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1491 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1492 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1493 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1494 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1495 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1496 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1497 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1498 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1499 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1512 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1550 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1666 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1680 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1681 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1682 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 1693 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 1694 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 4. | 1695 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 6. | 1696 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 4. | 1697 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 4. | 1698 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 6. | 1699 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 4. | 1700 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1733 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1734 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1735 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1737 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1738 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1741 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.SizedCellScanner' import. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Pair' import. | 41 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 77 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 158 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 205 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 242 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 292 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.Region' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.EnvironmentEdgeManager' import. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Mutation' import. | 28 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 70 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 112). | 44 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 47 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 50 | |
| sizes | LineLength | Line is longer than 100 characters (found 136). | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.EnvironmentEdgeManager' import. | 15 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map.Entry' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 275 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 115). | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Mutation' import. | 25 | |
| design | FinalClass | Class NoopOperationQuota should be declared as final. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.quotas.OperationQuota.OperationType' import. | 23 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.quotas.OperationQuota.OperationType. | 23 | |
| design | FinalClass | Class NoopQuotaLimiter should be declared as final. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Mutation' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Get' import. | 41 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 69 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 70 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 71 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.quotas.OperationQuota.OperationType' import. | 23 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.quotas.OperationQuota.OperationType. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 250 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.TableName. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Connection' import. | 33 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.Quotas. | 39 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.util.StringUtils' import. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.quotas.QuotaSettingsFactory.QuotaGlobalsSettingsBypass' import. | 30 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 159 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 160 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 161 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 162 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil' import. | 29 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.EnvironmentEdgeManager' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.ClusterConnection' import. | 42 | |
| imports | UnusedImports | Unused import - org.apache.hbase.thirdparty.com.google.protobuf.TextFormat. | 60 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.GetSpaceQuotaRegionSizesResponse.RegionSizes' import. | 69 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 72 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 91 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 418 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Connection' import. | 37 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.BloomType' import. | 45 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 179 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 231 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 243 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 247 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 268 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 275 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 81 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 82 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 83 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 84 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 85 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 86 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 87 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 88 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 89 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 90 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 91 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 92 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 93 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 94 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 95 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 96 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 97 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.Region' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Map.Entry' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Connection' import. | 32 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 93 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 226 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.SetQuotaRequest.Builder' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Connection' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.util.StringUtils' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Connection' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class SpaceQuotaSnapshotNotifierFactory should be declared as final. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Connection' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Mutation' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshot.SpaceQuotaStatus' import. | 22 | |
| design | FinalClass | Class SpaceViolationPolicyEnforcementFactory should be declared as final. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 111). | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 337 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.coprocessor.CoprocessorHost. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HRegionInfo. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 35 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 49 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 104). | 144 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 160 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 185 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 348 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 366 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 426 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 118). | 65 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 67 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 145 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 147 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 163 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 170 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 2. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 104). | 114 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 561 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be 4. | 561 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 561 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 565 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 106). | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 108). | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class TimeBasedLimiter should be declared as final. | 33 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 192 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 193 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 194 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 195 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 196 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.EnvironmentEdgeManager' import. | 30 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 57 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 197 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Mutation' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Mutation' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Append' import. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.quotas.SpaceViolationPolicy' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Append' import. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 107). | 77 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 95 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 119 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.UnexpectedStateException' import. | 33 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 151 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 291 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.CellSink' import. | 29 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.regionserver.CellSink. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 119). | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.PriorityFunction' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.common.annotations.VisibleForTesting' import. | 42 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.User' import. | 45 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 82 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 83 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 84 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 85 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 86 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 87 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 88 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 179 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 181 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 232 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 257 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 258 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 28 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 32 | |
| indentation | Indentation | 'implements' has incorrect indentation level 0, expected level should be 2. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.EnvironmentEdgeManager' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ByteBufferUtils' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ClassSize' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ClassSize' import. | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 51 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 51 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ByteBufferUtils' import. | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Comparator' import. | 30 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.NavigableMap' import. | 31 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 38 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 120 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 126 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 0, expected level should be 2. | 137 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 151 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 151 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 157 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 289 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 363 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.NavigableMap' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.BloomFilterWriter' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.HeapMemoryManager.HeapMemoryTuneObserver' import. | 35 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 357 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 398 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 423 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 457 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 10, expected level should be one of the following: 12, 14. | 147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be one of the following: 14, 16. | 149 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be one of the following: 14, 16. | 150 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 10, expected level should be one of the following: 12, 14. | 151 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 152 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 6, expected level should be one of the following: 2, 4. | 247 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 324 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 630 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.executor.EventHandler' import. | 24 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.regionserver.HStore. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 87 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 38 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 95 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 169 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 366 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 368 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 2. | 369 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 506 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 27 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 216 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 216 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 279 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 109). | 108 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 463 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 466 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 72 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Random' import. | 22 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HTableDescriptor. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.TableDescriptor' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 173 | |
| blocks | LeftCurly | '{' at column 7 should be on the previous line. | 259 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 299 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 184 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 222 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 245 | |
| indentation | Indentation | 'method call rparen' has incorrect indentation level 16, expected level should be 12. | 291 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 385 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 526 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.compactions.CompactionContext' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants.HFILE_BLOCK_CACHE_SIZE_KEY' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 193 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 202 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 208 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 269 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 10. | 270 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 275 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 276 | |
| indentation | Indentation | 'if' has incorrect indentation level 10, expected level should be 12. | 277 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 14. | 278 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 10, expected level should be 12. | 279 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 14. | 280 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 10, expected level should be 12. | 281 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 282 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 10. | 283 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 284 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 285 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 10. | 286 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 291 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 292 | |
| indentation | Indentation | 'if' has incorrect indentation level 10, expected level should be 12. | 293 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 14. | 294 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 10, expected level should be 12. | 295 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 14. | 296 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 10, expected level should be 12. | 297 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 298 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 10. | 299 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 300 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 301 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 303 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 36 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.regionserver.KeyValueScanner. | 26 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.regionserver.Store. | 27 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.regionserver.Store. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 26 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 56 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.FifoRpcScheduler' import. | 25 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HTableDescriptor. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.TableDescriptor' import. | 28 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 106). | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 190 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 212 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 235 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 253 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 267 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 313 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 327 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 391 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 394 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 395 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 689 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 691 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 692 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 693 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 694 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 695 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 699 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 720 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 721 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 722 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 723 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 724 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 845 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 998 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 999 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1001 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 1014 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1163 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1178 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1262 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1415 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1416 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1420 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1421 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1456 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1457 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1461 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1462 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 1490 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1492 | |
| sizes | MethodLength | Method length is 177 lines (max allowed is 150). | 1500 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 1541 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1728 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1735 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1903 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1919 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1981 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2132 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2151 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2154 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2201 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2202 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 2389 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 2497 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2569 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2588 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2610 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2642 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2785 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 3, expected level should be 4. | 2800 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2850 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2890 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2903 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2904 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2905 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2906 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4009 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 4059 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 4156 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4232 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4242 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4243 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4248 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4292 | |
| indentation | Indentation | 'if' has incorrect indentation level 3, expected level should be 4. | 4326 | |
| indentation | Indentation | 'if' child has incorrect indentation level 5, expected level should be 6. | 4327 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4336 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 4339 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4381 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4382 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4392 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4394 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 4455 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 4457 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4458 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4479 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4486 | |
| sizes | MethodLength | Method length is 199 lines (max allowed is 150). | 4568 | |
| indentation | Indentation | 'if' child has incorrect indentation level 9, expected level should be 8. | 4765 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 4853 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 4854 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 4855 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 4856 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 4857 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 4858 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 4859 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 4860 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 4861 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 4862 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 4863 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 4864 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 4865 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 4866 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 10, expected level should be 12. | 4867 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 4869 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5115 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5116 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5117 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5118 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5159 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5599 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5688 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 5926 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5927 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 5931 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5947 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5956 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5964 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5974 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 5976 | |
| sizes | MethodLength | Method length is 193 lines (max allowed is 150). | 5981 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 6362 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6440 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6441 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 6461 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6481 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6482 | |
| sizes | MethodLength | Method length is 221 lines (max allowed is 150). | 6501 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 6556 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 6713 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 6727 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 6733 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6739 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6741 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 6784 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6869 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6871 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6872 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6873 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6874 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6875 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6879 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6911 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 6916 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 6924 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6941 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6942 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6943 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6946 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 6951 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6960 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6961 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6962 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6968 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 6974 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6984 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6985 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 6986 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 6989 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 6993 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7003 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7004 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7005 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 7010 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 7016 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7035 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7036 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7037 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 7039 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7055 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7056 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7057 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 7061 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7079 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7080 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7081 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 7085 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 7092 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 7110 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 7131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 7181 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 7321 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7353 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7357 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 7359 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 7530 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 7550 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 7588 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 7692 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 7717 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7770 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 7773 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7795 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7835 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7836 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 7838 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 7885 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 7886 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 7893 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 7920 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 7996 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 8056 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 8123 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 8125 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be one of the following: 12, 14. | 8126 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 8127 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 8128 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 8129 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 8296 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 8297 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 8299 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 8300 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 8310 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 8311 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 8381 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 10. | 8383 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 8384 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 10. | 8385 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 8386 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 8387 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 8389 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 8390 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 8392 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 8393 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 8396 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 8399 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 8400 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 53 | |
| imports | ImportOrder | Wrong order for 'edu.umd.cs.findbugs.annotations.Nullable' import. | 58 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 1, expected level should be 2. | 116 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 177 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 190 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 191 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 318 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 329 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 341 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 354 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 358 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 379 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 392 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 432 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 447 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 452 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 517 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 565 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 569 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 593 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 607 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 660 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 734 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 767 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 777 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 779 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 803 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 830 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 832 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 907 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 991 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1071 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1074 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1084 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1097 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1098 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1100 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1110 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1125 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1127 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1137 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1160 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1161 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1162 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1165 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1180 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'TEST_SKIP_REPORTING_TRANSITION' must be private and have accessor methods. | 237 | |
| design | VisibilityModifier | Variable 'compactSplitThread' must be private and have accessor methods. | 278 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 762 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 771 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 791 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 792 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 797 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 812 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 904 | |
| sizes | MethodLength | Method length is 227 lines (max allowed is 150). | 927 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1046 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1047 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1048 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1049 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1050 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1051 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1052 | |
| blocks | EmptyBlock | Must have at least one statement. | 1060 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1073 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1161 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1375 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1471 | |
| indentation | Indentation | 'initialCountPercentage' has incorrect indentation level 6, expected level should be 8. | 1581 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1683 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 16, expected level should be 18. | 1740 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1769 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1824 | |
| indentation | Indentation | 'HConstants' has incorrect indentation level 6, expected level should be 8. | 1876 | |
| indentation | Indentation | 'conf' has incorrect indentation level 4, expected level should be 6. | 1890 | |
| indentation | Indentation | '"hbase.regionserver.wal.max.splitters"' has incorrect indentation level 4, expected level should be 6. | 1911 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 4, expected level should be 6. | 1924 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1929 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1930 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1931 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1932 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1933 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1934 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1935 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 4, expected level should be 6. | 1940 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2024 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2037 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2295 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2426 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2427 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2428 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2429 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2430 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2431 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2432 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2433 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2448 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2464 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2473 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 2571 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2585 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2587 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2674 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2679 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2985 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2986 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3023 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 3028 | |
| indentation | Indentation | 'synchronized' has incorrect indentation level 5, expected level should be 4. | 3029 | |
| indentation | Indentation | 'for' has incorrect indentation level 7, expected level should be 6. | 3030 | |
| indentation | Indentation | 'for' child has incorrect indentation level 9, expected level should be 8. | 3031 | |
| indentation | Indentation | 'if' has incorrect indentation level 9, expected level should be 8. | 3032 | |
| indentation | Indentation | 'if' child has incorrect indentation level 11, expected level should be 10. | 3033 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 9, expected level should be 8. | 3034 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 7, expected level should be 6. | 3035 | |
| indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 5, expected level should be 4. | 3036 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 3037 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 2. | 3038 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3189 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3222 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3249 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3263 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3371 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 5, expected level should be 4. | 3393 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 3465 | |
| blocks | LeftCurly | '{' at column 48 should have line break after. | 3486 | |
| blocks | LeftCurly | '{' at column 46 should have line break after. | 3487 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 3534 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 3554 | |
| indentation | Indentation | 'if' has incorrect indentation level 10, expected level should be one of the following: 12, 14. | 3556 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 14, 16. | 3557 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 10, expected level should be one of the following: 12, 14. | 3558 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 3559 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 3560 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 106). | 133 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 236 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 239 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 240 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 387 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 510 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 522 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 546 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 561 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 585 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 587 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 621 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 636 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 642 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 643 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 644 | |
| indentation | Indentation | 'if' child has incorrect indentation level 6, expected level should be 8. | 839 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 9, expected level should be 10. | 840 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 9, expected level should be 10. | 841 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 844 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 852 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 964 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 970 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 998 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 999 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1000 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1052 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1053 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1055 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1078 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1147 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1148 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1180 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1375 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1441 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 1480 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1584 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1827 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2039 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2232 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2346 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2378 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 2623 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 200 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 220 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 295 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 348 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 519 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 530 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hfile.CacheConfig' import. | 36 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 238 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 406 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 407 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 408 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 409 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 410 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 411 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 414 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 416 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 498 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 104). | 34 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.TableDescriptor' import. | 29 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 103 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Get' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.ScannerContext.NextState' import. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 182 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 202 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 203 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 247 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.Path' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 174 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 180 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | ')' is preceded with whitespace. | 85 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 159 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 170 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 188 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 196 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 206 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 218 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 238 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.UnexpectedStateException' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 108 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 123 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 134 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 120 | |
| design | FinalClass | Class FlushHandler should be declared as final. | 324 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 343 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 504 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 541 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 543 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 544 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 588 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 589 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 590 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 593 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 594 | |
| indentation | Indentation | 'case' child has incorrect indentation level 16, expected level should be 18. | 717 | |
| indentation | Indentation | 'block' child has incorrect indentation level 18, expected level should be 20. | 718 | |
| indentation | Indentation | 'block' child has incorrect indentation level 18, expected level should be 20. | 721 | |
| indentation | Indentation | 'case' child has incorrect indentation level 16, expected level should be 18. | 722 | |
| indentation | Indentation | 'block' child has incorrect indentation level 18, expected level should be 20. | 723 | |
| indentation | Indentation | 'block' child has incorrect indentation level 18, expected level should be 20. | 726 | |
| indentation | Indentation | 'case' child has incorrect indentation level 16, expected level should be 18. | 727 | |
| indentation | Indentation | 'block' child has incorrect indentation level 18, expected level should be 20. | 728 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 800 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 809 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 819 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 858 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 867 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 886 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 887 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 4. | 925 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ReflectionUtils' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 61 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 198 lines (max allowed is 150). | 714 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 4. | 210 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.metrics2.MetricsExecutor' import. | 35 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 46 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 54 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 77 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 78 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 79 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 80 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 87 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 113 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 122 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 129 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 138 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 140 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 147 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 149 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 156 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Mutation' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 99 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.filter.FilterBase' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.LinkedList' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 30 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ClassSize' import. | 31 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.ByteBufferUtils' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.Path' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.CoordinatedStateManager. | 25 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 41 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 53 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants.OperationStatusCode' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 387 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 3, expected level should be 2. | 396 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 532 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 562 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 656 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 705 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 706 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 708 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 758 | |
| sizes | MethodLength | Method length is 161 lines (max allowed is 150). | 763 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 777 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 793 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 975 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 976 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 977 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1093 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1094 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1095 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1098 | |
| indentation | Indentation | 'RegionScanner' has incorrect indentation level 2, expected level should be 4. | 1320 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1505 | |
| indentation | Indentation | 'ClientService' has incorrect indentation level 6, expected level should be 8. | 1515 | |
| indentation | Indentation | 'ClientService' has incorrect indentation level 6, expected level should be 8. | 1516 | |
| indentation | Indentation | 'AdminService' has incorrect indentation level 6, expected level should be 8. | 1520 | |
| indentation | Indentation | 'AdminService' has incorrect indentation level 6, expected level should be 8. | 1521 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1553 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1578 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1619 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1666 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1842 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1907 | |
| sizes | LineLength | Line is longer than 100 characters (found 121). | 1933 | |
| indentation | Indentation | 'regionServer' has incorrect indentation level 14, expected level should be 16. | 2023 | |
| indentation | Indentation | 'regionOpenInfo' has incorrect indentation level 16, expected level should be 18. | 2027 | |
| indentation | Indentation | 'regionServer' has incorrect indentation level 16, expected level should be 18. | 2031 | |
| indentation | Indentation | 'regionServer' has incorrect indentation level 16, expected level should be 18. | 2034 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2062 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2210 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2240 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2264 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2439 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2595 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2599 | |
| sizes | MethodLength | Method length is 156 lines (max allowed is 150). | 2753 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 2888 | |
| indentation | Indentation | 'if' has incorrect indentation level 10, expected level should be 12. | 2889 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 14. | 2890 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 10, expected level should be 12. | 2891 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 14. | 2892 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 10, expected level should be 12. | 2894 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 2895 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 2896 | |
| indentation | Indentation | 'if' has incorrect indentation level 10, expected level should be 12. | 2897 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 14. | 2898 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 10, expected level should be 12. | 2899 | |
| indentation | Indentation | 'else' child has incorrect indentation level 12, expected level should be 14. | 2900 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 10, expected level should be 12. | 2902 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 2903 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 2904 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 2905 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 2915 | |
| sizes | MethodLength | Method length is 173 lines (max allowed is 150). | 3066 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 3199 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3248 | |
| sizes | MethodLength | Method length is 232 lines (max allowed is 150). | 3250 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl' import. | 29 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 37 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 50 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 54 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 113 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 205 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 218 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 224 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 231 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 267 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 280 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 282 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 372 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 373 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 388 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 425 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 427 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 436 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 445 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 449 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 451 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 463 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 475 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 492 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 502 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 503 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 538 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompareOperator' import. | 31 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Descriptors.MethodDescriptor' import. | 51 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 86 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 99 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 115 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 122 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 165 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 213 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 216 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 219 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 223 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 227 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 231 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 235 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 246 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 252 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 256 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 260 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 264 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 268 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 294 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 301 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 320 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 327 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 335 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 342 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 346 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 350 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 354 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 361 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 367 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 373 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 384 | |
| blocks | LeftCurly | '{' at column 55 should have line break after. | 386 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 393 | |
| blocks | LeftCurly | '{' at column 53 should have line break after. | 395 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 402 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 413 | |
| blocks | LeftCurly | '{' at column 35 should have line break after. | 415 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 417 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 419 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 208 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 332 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 333 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 334 | |
| indentation | Indentation | 'lambda arguments' has incorrect indentation level 14, expected level should be 12. | 423 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 576 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 642 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 673 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 678 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 707 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 715 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 729 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 742 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 810 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 934 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 937 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 9, expected level should be one of the following: 8, 10. | 990 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1005 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1007 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1008 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 1009 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1061 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1092 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1150 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1181 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1414 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1439 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1470 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1472 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1473 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 1474 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1483 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1485 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1486 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 1487 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1494 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1512 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1514 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1515 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 1516 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1527 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1529 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1530 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 1531 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1538 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1545 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1547 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1548 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 1549 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1554 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1561 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1563 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1564 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 1565 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1584 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1586 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1587 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 1588 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 1591 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1594 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1596 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1597 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 1598 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1604 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1623 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1625 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1626 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 1627 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1633 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 1635 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 1636 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 1637 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1645 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1648 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1649 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 1658 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1672 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1676 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 1685 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.util.MemorySizeUtil' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Service' import. | 24 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 190 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 192 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 193 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 194 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 7, expected level should be 6. | 300 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 305 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Service' import. | 45 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 57 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 218 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 6, 8. | 47 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be one of the following: 8, 10. | 49 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be one of the following: 8, 10. | 51 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8. | 52 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 10, expected level should be one of the following: 4, 6. | 53 | |
| blocks | LeftCurly | '{' at column 57 should have line break after. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 75 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 76 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellScanner' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 164 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 181 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 41 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Durability' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 29 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.Message' import. | 32 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.PriorityFunction' import. | 25 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 131). | 39 | |
| sizes | LineLength | Line is longer than 100 characters (found 133). | 41 | |
| sizes | LineLength | Line is longer than 100 characters (found 131). | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.metrics.ServerSideScanMetrics' import. | 26 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 212 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 235 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 243 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 252 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 261 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 583 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 621 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 651 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.concurrent.atomic.AtomicInteger' import. | 23 | |
| imports | UnusedImports | Unused import - java.util.concurrent.atomic.AtomicLong. | 24 | |
| imports | ImportOrder | Wrong order for 'java.nio.charset.Charset' import. | 25 | |
| imports | UnusedImports | Unused import - java.nio.charset.Charset. | 25 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HConstants. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 30 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Bytes. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.fs.Path. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Table' import. | 29 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 397 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 399 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 405 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 31 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 118 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 124 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 125 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 126 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 127 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 129 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 130 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 131 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Scan' import. | 30 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 266 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.EnvironmentEdgeManager' import. | 33 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 152 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 157 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 182 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 243 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 246 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 278 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 280 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 41 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 81 | |
| indentation | Indentation | 'this' has incorrect indentation level 14, expected level should be 16. | 127 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 256 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 257 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.PriorityFunction' import. | 26 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 35 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 4. | 38 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.CancelableProgressable' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 26 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 27 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 97 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 203 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 204 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 256 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Comparator' import. | 24 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.FSDataInputStreamWrapper' import. | 36 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 135 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 212 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 486 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 500 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 549 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 550 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 552 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 555 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 556 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 557 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 560 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 561 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 562 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 565 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 566 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 567 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 39 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 469 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 489 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 608 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Scan' import. | 40 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 223 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 251 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 308 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 319 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 320 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 322 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 325 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 344 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 464 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 513 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 521 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 40 | |
| design | FinalClass | Class StoreFileWriter should be declared as final. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 90 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 119 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 120 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 121 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 122 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 123 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 124 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 125 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 330 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.OptionalInt. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 36 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 5, expected level should be 4. | 182 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 5, expected level should be 4. | 183 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 225 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 369 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 370 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 373 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 508 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 509 | |
| sizes | MethodLength | Method length is 204 lines (max allowed is 150). | 512 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 707 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 814 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 835 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 955 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 956 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 957 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 958 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 974 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 976 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1069 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1073 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1110 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.master.cleaner.TimeToLiveHFileCleaner' import. | 31 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 34 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.compactions.CompactionContext' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'stripeEndRows' must be private and have accessor methods. | 95 | |
| design | VisibilityModifier | Variable 'stripeFiles' must be private and have accessor methods. | 102 | |
| design | VisibilityModifier | Variable 'level0Files' must be private and have accessor methods. | 104 | |
| design | VisibilityModifier | Variable 'allFilesCached' must be private and have accessor methods. | 107 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 512 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 513 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 517 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 587 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 595 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 736 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 901 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 918 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 922 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 964 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 999 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 | |
| indentation | Indentation | '" The Universe, and Everything"' has incorrect indentation level 4, expected level should be 6. | 138 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 239 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 249 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 255 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 257 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 346 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 347 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 531 | |
| coding | EmptyStatement | Empty statement. | 532 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 4. | 653 | |
| design | FinalClass | Class WrappedRowLock should be declared as final. | 687 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.*. | 49 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 58. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 91 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 129 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 199 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 203 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 213 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 219 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 269 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 275 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 376 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 426 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method call rparen' has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method call rparen' has incorrect indentation level 8, expected level should be 4. | 95 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 114 | |
| coding | EmptyStatement | Empty statement. | 114 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 12, 14. | 130 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 12, 14. | 156 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 12, 14. | 197 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 247 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 7 should be on the previous line. | 268 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 65 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 67 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 89 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 205 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 285 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 315 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'while' construct must use '{}'s. | 175 | |
| coding | EmptyStatement | Empty statement. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 150 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 166 | |
| coding | EmptyStatement | Empty statement. | 167 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 262 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 278 | |
| coding | EmptyStatement | Empty statement. | 279 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.client.*. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 95 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 170 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 190 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 216 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 278 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 317 | |
| indentation | Indentation | 'try' child has incorrect indentation level 5, expected level should be 6. | 340 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 654 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be 6. | 876 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be 4. | 877 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be 4. | 878 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 879 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be 4. | 880 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 4, expected level should be 2. | 881 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 131 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 165 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 188 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 324 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 335 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 343 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 358 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 403 | |
| indentation | Indentation | 'lambda arguments' has incorrect indentation level 8, expected level should be 6. | 405 | |
| indentation | Indentation | 'lambda arguments' has incorrect indentation level 8, expected level should be 6. | 407 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 423 | |
| indentation | Indentation | 'lambda arguments' has incorrect indentation level 8, expected level should be 6. | 425 | |
| indentation | Indentation | 'lambda arguments' has incorrect indentation level 8, expected level should be 6. | 427 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 440 | |
| indentation | Indentation | 'lambda arguments' has incorrect indentation level 8, expected level should be 6. | 442 | |
| indentation | Indentation | 'lambda arguments' has incorrect indentation level 8, expected level should be 6. | 444 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 198 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 455 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 570 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 194 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 81 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 51. | 82 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 51. | 83 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 85 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 92 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 30. | 96 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 105 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 51. | 106 | |
| blocks | LeftCurly | '{' at column 10 should have line break after. | 107 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 109 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 55. | 110 | |
| blocks | LeftCurly | '{' at column 10 should have line break after. | 111 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 117 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 149 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 330 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 362 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 82. | 86 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 83. | 194 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 82. | 208 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 245 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 82. | 270 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be one of the following: 8, 40. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 170 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 236 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 237 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 295 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 508 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 527 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 566 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 820 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 860 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 903 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 977 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1009 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1019 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 1040 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 1087 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.client.*. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 123). | 229 | |
| sizes | LineLength | Line is longer than 100 characters (found 123). | 231 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 346 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 418 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 236 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 154 lines (max allowed is 150). | 111 | |
| indentation | Indentation | 'throws' has incorrect indentation level 6, expected level should be 8. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 8. | 134 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 10, expected level should be 6. | 161 | |
| indentation | Indentation | 'class def rcurly' has incorrect indentation level 6, expected level should be 4. | 162 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 205 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 220 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 252 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 260 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 272 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 171 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 139 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 212 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 247 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 291 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 337 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 381 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 471 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 472 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 483 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 484 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 485 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 259 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 294 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 441 | |
| indentation | Indentation | 'throws' has incorrect indentation level 6, expected level should be 8. | 1124 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1404 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1406 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1423 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1425 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 1743 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 1752 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 1757 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 1763 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1770 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1778 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 1783 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 1819 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1826 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 1871 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1878 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 2026 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 2102 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 2118 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 2129 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2873 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3591 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 3663 | |
| coding | EmptyStatement | Empty statement. | 3664 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 3800 | |
| coding | EmptyStatement | Empty statement. | 3801 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 8. | 3828 | |
| design | FinalClass | Class PutThread should be declared as final. | 3839 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4015 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 4083 | |
| coding | EmptyStatement | Empty statement. | 4084 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 4168 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 4169 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 4216 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 4217 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 4254 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 4263 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 4264 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 4282 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4315 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4431 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4518 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4578 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 4973 | |
| sizes | MethodLength | Method length is 165 lines (max allowed is 150). | 5438 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 5929 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 5944 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 5972 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 6091 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 6098 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 280 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 286 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 292 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 325 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 337 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 108). | 92 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 154 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 302 | |
| indentation | Indentation | '=' has incorrect indentation level 6, expected level should be 8. | 361 | |
| indentation | Indentation | '=' has incorrect indentation level 6, expected level should be 8. | 363 | |
| indentation | Indentation | '=' has incorrect indentation level 6, expected level should be 8. | 463 | |
| indentation | Indentation | '=' has incorrect indentation level 6, expected level should be 8. | 569 | |
| indentation | Indentation | '=' has incorrect indentation level 6, expected level should be 8. | 659 | |
| indentation | Indentation | '=' has incorrect indentation level 6, expected level should be 8. | 771 | |
| blocks | EmptyBlock | Must have at least one statement. | 773 | |
| blocks | EmptyBlock | Must have at least one statement. | 870 | |
| blocks | EmptyBlock | Must have at least one statement. | 874 | |
| blocks | EmptyBlock | Must have at least one statement. | 1030 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1147 | |
| blocks | EmptyBlock | Must have at least one statement. | 1448 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 1572 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1630 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1667 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 192 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 221 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 245 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 293 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 300 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 319 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 320 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 425 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 79 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 106 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be one of the following: 10, 12. | 111 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be one of the following: 10, 12. | 114 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be one of the following: 10, 12. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 90 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be one of the following: 10, 12. | 121 | |
| indentation | Indentation | 'try' has incorrect indentation level 14, expected level should be one of the following: 10, 12. | 123 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 124 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 14, expected level should be one of the following: 10, 12. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be one of the following: 10, 12. | 127 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 128 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 239 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 468 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 505 | |
| indentation | Indentation | 'ColumnFamilyDescriptorBuilder' has incorrect indentation level 4, expected level should be 6. | 536 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 560 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 599 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 747 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 759 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 788 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 789 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 790 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 791 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 792 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 808 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 951 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1465 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1466 | |
| blocks | LeftCurly | '{' at column 23 should have line break after. | 1830 | |
| blocks | LeftCurly | '{' at column 30 should have line break after. | 1833 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 1836 | |
| blocks | LeftCurly | '{' at column 35 should have line break after. | 1839 | |
| blocks | LeftCurly | '{' at column 31 should have line break after. | 1842 | |
| blocks | LeftCurly | '{' at column 35 should have line break after. | 1845 | |
| blocks | LeftCurly | '{' at column 37 should have line break after. | 1854 | |
| blocks | LeftCurly | '{' at column 49 should have line break after. | 1857 | |
| blocks | LeftCurly | '{' at column 54 should have line break after. | 1860 | |
| blocks | LeftCurly | '{' at column 65 should have line break after. | 1863 | |
| blocks | LeftCurly | '{' at column 47 should have line break after. | 1866 | |
| blocks | LeftCurly | '{' at column 47 should have line break after. | 1869 | |
| blocks | LeftCurly | '{' at column 25 should have line break after. | 1872 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 1875 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 1878 | |
| blocks | LeftCurly | '{' at column 43 should have line break after. | 1881 | |
| blocks | LeftCurly | '{' at column 32 should have line break after. | 1884 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 1887 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 1890 | |
| blocks | LeftCurly | '{' at column 43 should have line break after. | 1893 | |
| blocks | LeftCurly | '{' at column 52 should have line break after. | 1896 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 1899 | |
| blocks | LeftCurly | '{' at column 56 should have line break after. | 1899 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HColumnDescriptor. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 149 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 166 | |
| sizes | MethodLength | Method length is 151 lines (max allowed is 150). | 350 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 543 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 545 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 623 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 626 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 745 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 747 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 812 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 813 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 814 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 815 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 816 | |
| blocks | LeftCurly | '{' at column 7 should be on the previous line. | 826 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 835 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 930 | |
| coding | EmptyStatement | Empty statement. | 930 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 951 | |
| coding | EmptyStatement | Empty statement. | 951 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1038 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'while' construct must use '{}'s. | 282 | |
| coding | EmptyStatement | Empty statement. | 283 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 823 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 902 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 968 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'while' construct must use '{}'s. | 150 | |
| coding | EmptyStatement | Empty statement. | 150 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 182 | |
| coding | EmptyStatement | Empty statement. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 157 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 221 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 221 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 442 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 497 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 516 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 26 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 111). | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 105). | 94 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 97 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | ')' is preceded with whitespace. | 122 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method call' child has incorrect indentation level 4, expected level should be 6. | 46 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 50 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 51 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 110). | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 4. | 145 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 145 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 4. | 146 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 4. | 154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 4. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 56. | 101 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 126 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 174 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 175 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 182 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 185 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 193 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 215 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 224 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 98 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 99 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 100 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 101 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 102 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 103 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 126 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 132 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 138 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 446 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 499 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 500 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 501 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 106). | 144 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 149 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 161 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 171 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 89 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 133 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 180 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 203 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 209 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 162 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 164 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 166 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 170 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 188 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 189 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 173 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 174 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 178 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 198 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 201 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 213 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 214 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 218 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 235 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 238 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'ri' has incorrect indentation level 4, expected level should be 6. | 326 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.junit.Assert.assertTrue. | 21 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 118 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 52, 53. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 150 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 150 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 320 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 352 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 392 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 398 | |
| sizes | LineLength | Line is longer than 100 characters (found 123). | 407 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.Threads. | 56 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 111). | 144 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 151 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 4, expected level should be 6. | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 161 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 164 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 181 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. | 566 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 605 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 133 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 134 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 290 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 295 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 307 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 120 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 209 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'requestsMap' has incorrect indentation level 6, expected level should be 8. | 157 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 108). | 92 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 283 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 365 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 27 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 65 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 68 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 71 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 90 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 91 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 96 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 65. | 173 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 202 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 217 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 234 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 65. | 263 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 273 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 351 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 357 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 447 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 581 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 607 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 608 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 626 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 643 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 22 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 155 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 185 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 230 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 255 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 378 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 383 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 384 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 466 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 473 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 490 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 497 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 514 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 576 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 582 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 584 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 601 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 603 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'else' child has incorrect indentation level 4, expected level should be 6. | 186 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 225 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 350 | |
| blocks | EmptyBlock | Must have at least one statement. | 468 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 87 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 121 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 160 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 160 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 164 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 164 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 168 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 168 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 237 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 246 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 252 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 261 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 271 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 291 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 400 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 413 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 414 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 469 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 7, expected level should be 8. | 472 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 7, expected level should be 8. | 473 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 232 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 256 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 102 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Optional. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 187 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 190 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 191 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 193 | |
| indentation | Indentation | 'finally' child has incorrect indentation level 5, expected level should be 6. | 271 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 276 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 483 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 353 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 354 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 400 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 505 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 506 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 507 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 508 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 580 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 607 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 801 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 809 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 831 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 832 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 834 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 835 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 836 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 837 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 841 | |
| indentation | Indentation | 'ZooKeeperConnectionException' has incorrect indentation level 2, expected level should be 4. | 842 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 872 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 890 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 891 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 893 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 899 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 900 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 942 | |
| blocks | EmptyBlock | Must have at least one statement. | 986 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 127). | 204 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 111). | 84 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 164 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 14, expected level should be 12. | 230 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 14, expected level should be 12. | 259 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 373 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 401 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 430 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 464 | |
| indentation | Indentation | 'array initialization rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10. | 465 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 515 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 865 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 962 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 124 | |
| coding | EmptyStatement | Empty statement. | 124 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 523 | |
| indentation | Indentation | 'try' child has incorrect indentation level 7, expected level should be 6. | 547 | |
| indentation | Indentation | 'try' child has incorrect indentation level 7, expected level should be 6. | 548 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 69 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 72 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 97 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 234 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 548 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | ')' is preceded with whitespace. | 77 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'while' construct must use '{}'s. | 159 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 264 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 428 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 232 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 28 | |
| sizes | MethodLength | Method length is 230 lines (max allowed is 150). | 145 | |
| sizes | MethodLength | Method length is 254 lines (max allowed is 150). | 379 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 895 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 897 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 899 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 902 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 1006 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 1013 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.CellUtil. | 27 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 188 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 189 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.StoreConfigInformation' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'currentCompactedKVs' must be private and have accessor methods. | 42 | |
| design | VisibilityModifier | Variable 'totalCompactedSize' must be private and have accessor methods. | 44 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'edu.umd.cs.findbugs.annotations.Nullable' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValueUtil' import. | 37 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 100 | |
| design | VisibilityModifier | Variable 'maxKeyCount' must be private and have accessor methods. | 121 | |
| design | VisibilityModifier | Variable 'earliestPutTs' must be private and have accessor methods. | 123 | |
| design | VisibilityModifier | Variable 'latestPutTs' must be private and have accessor methods. | 125 | |
| design | VisibilityModifier | Variable 'maxSeqId' must be private and have accessor methods. | 127 | |
| design | VisibilityModifier | Variable 'maxMVCCReadpoint' must be private and have accessor methods. | 129 | |
| design | VisibilityModifier | Variable 'maxTagsLength' must be private and have accessor methods. | 131 | |
| design | VisibilityModifier | Variable 'minSeqIdToKeep' must be private and have accessor methods. | 133 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 194 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 201 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 233 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 382 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class CurrentHourProvider should be declared as final. | 25 | |
| blocks | LeftCurly | '{' at column 33 should have line break after. | 27 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be one of the following: 4, 6. | 52 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 56 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. | 57 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 6, expected level should be one of the following: 2, 4. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 | |
| blocks | LeftCurly | '{' at column 46 should have line break after. | 30 | |
| blocks | LeftCurly | '{' at column 60 should have line break after. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 62 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 63 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 64 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 68 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 69 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 70 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 71 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 72 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 73 | |
| indentation | Indentation | 'array initialization rcurly' has incorrect indentation level 5, expected level should be one of the following: 4, 6. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'if' child has incorrect indentation level 9, expected level should be 8. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 134 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 144 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 152 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 185 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 203 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 300 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 319 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 325 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 368 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 416 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 104). | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 57 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 199 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 47. | 142 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 172 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 179 | |
| indentation | Indentation | 'while' child has incorrect indentation level 8, expected level should be 6. | 460 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 560 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 562 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 601 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 819 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 59 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 64 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.ClusterConnection' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.HRegion' import. | 39 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 7, expected level should be 8. | 116 | |
| indentation | Indentation | 'try' child has incorrect indentation level 9, expected level should be 8. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Server' import. | 27 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 72 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 73 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 10, expected level should be 12. | 74 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 75 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 76 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 77 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 78 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 79 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 80 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 10. | 81 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 82 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 12, expected level should be 14. | 83 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 84 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 10. | 85 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 89 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 10. | 90 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 91 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 10. | 93 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 94 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 10, expected level should be 12. | 95 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.ShipperListener' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.filter.Filter' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.ScanInfo' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.ScanInfo' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.CellUtil. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.ScanInfo' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.CellUtil. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.ScanInfo' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.CellUtil. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue.Type' import. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode' import. | 36 | |
| design | VisibilityModifier | Variable 'ts' must be private and have accessor methods. | 111 | |
| design | VisibilityModifier | Variable 'mvcc' must be private and have accessor methods. | 112 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 166 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 201 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 202 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 204 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 205 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 206 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 207 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 210 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 211 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 213 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 214 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 215 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 216 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 217 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 218 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.CellUtil. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeepDeletedCells' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Scan' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Scan' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 275 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 303 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 321 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 333 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValueUtil' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.CellUtil. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.ScanInfo' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be one of the following: 8, 41. | 184 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 167 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 45. | 174 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 45. | 175 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 45. | 176 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 45. | 177 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 38. | 186 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 38. | 187 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 38. | 188 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 38. | 189 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 38. | 190 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 211 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 38. | 230 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 38. | 231 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 38. | 232 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 38. | 233 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 38. | 234 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValueUtil' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Scan' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.IsolationLevel' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.snapshot.ClientSnapshotDescriptionUtils' import. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.RegionReplicaUtil' import. | 42 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.snapshot.SnapshotCreationException' import. | 57 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 81 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 95 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 2. | 110 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 187 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 188 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 190 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 192 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 205 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 206 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 220 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 223 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 313 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 358 | |
| blocks | EmptyBlock | Must have at least one statement. | 373 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 381 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.RegionServerServices' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.RegionServerServices' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.RegionServerServices' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.RegionServerServices' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.RegionServerServices' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.RegionServerServices' import. | 29 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.RegionServerServices' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'encodedName2HighestSequenceId' must be private and have accessor methods. | 249 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 863 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 864 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 865 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 866 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.codec.Codec' import. | 39 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.CommonFSUtils.StreamLacksCapabilityException' import. | 49 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 229 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. | 26 | |
| imports | ImportOrder | Wrong order for 'org.hamcrest.CoreMatchers.*' import. | 26 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 187 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 245 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 354 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 106). | 194 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 294 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 295 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 186 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 265 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 330 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 331 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 332 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 333 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 334 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 338 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 396 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 397 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 398 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 399 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 400 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 466 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 467 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 468 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 469 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 470 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 474 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 574 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 575 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 576 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 577 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 578 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 582 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 665 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 750 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 752 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 762 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 907 | |
| indentation | Indentation | 'if' has incorrect indentation level 10, expected level should be one of the following: 14, 16. | 909 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be one of the following: 16, 18. | 910 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 10, expected level should be one of the following: 14, 16. | 911 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be one of the following: 14, 16. | 912 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 913 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 914 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 1193 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 2. | 1195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.htrace.core.TraceScope' import. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.TagCompressionContext' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.wal.WAL' import. | 36 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 44 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 88 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 142 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 116). | 246 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 247 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 512 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 711 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 790 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 792 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 978 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 979 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.wal.WALEdit. | 25 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.wal.WALKeyImpl. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 40 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 4. | 41 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 6. | 43 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 6. | 44 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 4. | 46 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.wal.WALEdit' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileSystem' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FSDataInputStream' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 40 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 187 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 192 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 193 | |
| indentation | Indentation | 'if' has incorrect indentation level 5, expected level should be 4. | 193 | |
| indentation | Indentation | 'if' has incorrect indentation level 5, expected level should be 4. | 194 | |
| indentation | Indentation | 'if' child has incorrect indentation level 7, expected level should be 6. | 196 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 5, expected level should be 4. | 197 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 198 | |
| indentation | Indentation | 'if' has incorrect indentation level 5, expected level should be 4. | 199 | |
| indentation | Indentation | 'if' child has incorrect indentation level 7, expected level should be 6. | 200 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 5, expected level should be 4. | 201 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 202 | |
| sizes | LineLength | Line is longer than 100 characters (found 194). | 238 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 261 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 266 | |
| sizes | LineLength | Line is longer than 100 characters (found 181). | 412 | |
| sizes | LineLength | Line is longer than 100 characters (found 156). | 419 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 441 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 63 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'else' construct must use '{}'s. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FSDataInputStream' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.EncryptionUtil' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.crypto.Encryptor' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 112 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 157 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 169 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 170 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 243 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 265 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 266 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 267 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 268 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 232 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 339 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 381 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 175 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 177 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 41 | |
| imports | UnusedImports | Unused import - java.util.List. | 43 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.CellUtil. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.codec.BaseDecoder' import. | 33 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. | 108 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. | 126 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 211 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class WALEnvironment should be declared as final. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class WALUtil should be declared as final. | 48 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 68 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 100 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 134 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 54 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 62 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 114). | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.wal.WALEdit' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.wal.WAL.Entry' import. | 28 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Abortable' import. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.replication.regionserver.MetricsSource' import. | 34 | |
| blocks | LeftCurly | '{' at column 37 should have line break after. | 114 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 184 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.HBaseException' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.wal.WAL.Entry' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 14, expected level should be one of the following: 12, 27. | 231 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be one of the following: 8, 37. | 242 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be one of the following: 8, 44. | 245 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 14, expected level should be one of the following: 12, 27. | 345 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be one of the following: 8, 37. | 365 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be one of the following: 8, 44. | 369 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 14, expected level should be one of the following: 12, 27. | 401 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be one of the following: 8, 37. | 411 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 697 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 699 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 700 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. | 701 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 30 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 221 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 223 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 224 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. | 225 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 277 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 304 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 1, expected level should be 2. | 279 | |
| sizes | MethodLength | Method length is 153 lines (max allowed is 150). | 374 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 114). | 254 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 283 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 293 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 309 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 319 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 320 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 553 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 26. | 392 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 26. | 397 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 26. | 398 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 35. | 439 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 35. | 440 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 35. | 441 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 26. | 480 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 26. | 481 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be one of the following: 6, 26. | 482 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.wal.WAL.Entry' import. | 23 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 21 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 104). | 250 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 8. | 566 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 585 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 105). | 68 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 101 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 151 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 274 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.FileNotFoundException' import. | 15 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Connection' import. | 45 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.User' import. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 22 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 27 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 354 | |
| indentation | Indentation | 'if' child has incorrect indentation level 11, expected level should be 10. | 502 | |
| indentation | Indentation | 'if' child has incorrect indentation level 11, expected level should be 10. | 504 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 173 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 186 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.EnvironmentEdgeManager' import. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 122 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 35 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HBaseInterfaceAudience. | 35 | |
| imports | ImportOrder | Wrong order for 'javax.validation.constraints.Null' import. | 43 | |
| imports | UnusedImports | Unused import - javax.validation.constraints.Null. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Connection' import. | 47 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.wal.WALEdit' import. | 59 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 60 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 2. | 153 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 168 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 335 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 336 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 351 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 352 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 353 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 354 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 357 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 395 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 431 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 441 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.replication.ReplicationQueueInfo' import. | 25 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 162 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 168 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 370 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.EnvironmentEdgeManager' import. | 21 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 143 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 144 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.junit.Assert.assertEquals. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 152 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 162 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 208 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 215 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 230 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 258 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 6. | 410 | |
| indentation | Indentation | 'if' child has incorrect indentation level 8, expected level should be 6. | 413 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.replication.regionserver.HBaseInterClusterReplicationEndpoint. | 51 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.replication.regionserver.RecoveredReplicationSource. | 52 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.replication.regionserver.RecoveredReplicationSourceShipper. | 53 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.replication.regionserver.Replication. | 54 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.replication.regionserver.ReplicationSource. | 55 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager. | 56 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 99 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 296 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 484 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 580 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 581 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 583 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 622 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 623 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 195 | |
| sizes | MethodLength | Method length is 278 lines (max allowed is 150). | 269 | |
| sizes | MethodLength | Method length is 253 lines (max allowed is 150). | 292 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 326 | |
| sizes | LineLength | Line is longer than 100 characters (found 159). | 336 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 376 | |
| sizes | LineLength | Line is longer than 100 characters (found 162). | 381 | |
| sizes | LineLength | Line is longer than 100 characters (found 147). | 386 | |
| sizes | LineLength | Line is longer than 100 characters (found 136). | 401 | |
| sizes | LineLength | Line is longer than 100 characters (found 171). | 406 | |
| sizes | LineLength | Line is longer than 100 characters (found 156). | 411 | |
| sizes | LineLength | Line is longer than 100 characters (found 123). | 436 | |
| sizes | LineLength | Line is longer than 100 characters (found 146). | 441 | |
| sizes | LineLength | Line is longer than 100 characters (found 179). | 476 | |
| sizes | LineLength | Line is longer than 100 characters (found 164). | 481 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'lambda arguments' has incorrect indentation level 8, expected level should be 6. | 598 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 22 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 364 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.ws.rs.core.Response.ResponseBuilder' import. | 30 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.http.HttpServerUtil' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.eclipse.jetty.server.ServerConnector' import. | 32 | |
| imports | ImportOrder | Wrong order for 'javax.servlet.DispatcherType' import. | 40 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 41 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 76 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 | |
| indentation | Indentation | 'try' has incorrect indentation level 24, expected level should be 6. | 108 | |
| indentation | Indentation | 'try' child has incorrect indentation level 6, expected level should be 8. | 109 | |
| indentation | Indentation | 'try' child has incorrect indentation level 6, expected level should be 8. | 110 | |
| indentation | Indentation | 'try' child has incorrect indentation level 6, expected level should be 8. | 111 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 4, expected level should be 6. | 112 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 6, expected level should be 8. | 113 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 4, expected level should be 6. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CompatibilitySingletonFactory' import. | 23 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.rest.MetricsRESTSource. | 25 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 5, expected level should be 4. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 74 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.rest.model.NamespacesModel' import. | 36 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ArrayBackedTag' import. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 217 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 357 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 11, expected level should be one of the following: 10, 12. | 500 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 539 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 571 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 591 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 621 | |
| indentation | Indentation | '", startRow="' has incorrect indentation level 10, expected level should be 12. | 738 | |
| indentation | Indentation | '", perClientRunRows="' has incorrect indentation level 10, expected level should be 12. | 739 | |
| indentation | Indentation | '", totalRows="' has incorrect indentation level 10, expected level should be 12. | 740 | |
| indentation | Indentation | '", clients="' has incorrect indentation level 10, expected level should be 12. | 741 | |
| indentation | Indentation | '", flushCommits="' has incorrect indentation level 10, expected level should be 12. | 742 | |
| indentation | Indentation | '", writeToWAL="' has incorrect indentation level 10, expected level should be 12. | 743 | |
| indentation | Indentation | '", useTags="' has incorrect indentation level 10, expected level should be 12. | 744 | |
| indentation | Indentation | '", noOfTags="' has incorrect indentation level 10, expected level should be 12. | 745 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1031 | |
| blocks | EmptyBlock | Must have at least one statement. | 1236 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1239 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1307 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1558 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.EnumSet' import. | 25 | |
| imports | ImportOrder | Wrong order for 'com.fasterxml.jackson.jaxrs.json.JacksonJaxbJsonProvider' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.http.HttpServerUtil' import. | 41 | |
| imports | ImportOrder | Wrong order for 'org.eclipse.jetty.http.HttpVersion' import. | 54 | |
| imports | ImportOrder | Wrong order for 'org.eclipse.jetty.server.HttpConnectionFactory' import. | 56 | |
| imports | ImportOrder | Wrong order for 'org.eclipse.jetty.server.HttpConfiguration' import. | 58 | |
| imports | ImportOrder | Wrong order for 'org.eclipse.jetty.server.SecureRequestCustomizer' import. | 60 | |
| imports | ImportOrder | Wrong order for 'org.eclipse.jetty.servlet.ServletContextHandler' import. | 62 | |
| imports | ImportOrder | Wrong order for 'org.eclipse.jetty.jmx.MBeanContainer' import. | 65 | |
| imports | ImportOrder | Wrong order for 'javax.servlet.DispatcherType' import. | 73 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 84 | |
| blocks | EmptyBlock | Must have at least one statement. | 216 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 257 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 259 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 334 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 27 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 69 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 149 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.security.UserGroupInformation' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableNotFoundException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.ws.rs.core.Response.ResponseBuilder' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 37 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 76 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 227 | |
| indentation | Indentation | 'try' has incorrect indentation level 27, expected level should be 12. | 227 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 14. | 228 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 10, expected level should be 12. | 229 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 14. | 230 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 10, expected level should be 12. | 231 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 267 | |
| indentation | Indentation | 'try' has incorrect indentation level 25, expected level should be 8. | 267 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 10. | 268 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 6, expected level should be 8. | 269 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 8, expected level should be 10. | 270 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 6, expected level should be 8. | 271 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 313 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 338 | |
| indentation | Indentation | 'try' has incorrect indentation level 25, expected level should be 8. | 338 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 10. | 339 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 6, expected level should be 8. | 340 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 8, expected level should be 10. | 341 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 6, expected level should be 8. | 342 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 403 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 405 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 444 | |
| indentation | Indentation | 'try' has incorrect indentation level 25, expected level should be 8. | 444 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 10. | 445 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 6, expected level should be 8. | 446 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 8, expected level should be 10. | 447 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 6, expected level should be 8. | 448 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 561 | |
| indentation | Indentation | 'try' has incorrect indentation level 25, expected level should be 8. | 561 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 10. | 562 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 6, expected level should be 8. | 563 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 8, expected level should be 10. | 564 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 6, expected level should be 8. | 565 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 691 | |
| indentation | Indentation | 'try' has incorrect indentation level 25, expected level should be 8. | 691 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 10. | 692 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 6, expected level should be 8. | 693 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 8, expected level should be 10. | 694 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 6, expected level should be 8. | 695 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 714 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 785 | |
| indentation | Indentation | 'try' has incorrect indentation level 25, expected level should be 8. | 785 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 10. | 786 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 6, expected level should be 8. | 787 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 8, expected level should be 10. | 788 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 6, expected level should be 8. | 789 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 808 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 848 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 882 | |
| indentation | Indentation | 'try' has incorrect indentation level 25, expected level should be 8. | 882 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 10. | 883 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 6, expected level should be 8. | 884 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 8, expected level should be 10. | 885 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 6, expected level should be 8. | 886 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 25 | |
| imports | ImportOrder | Wrong order for 'com.fasterxml.jackson.databind.ObjectMapper' import. | 33 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 264 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 272 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 292 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 293 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 305 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 313 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 331 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 356 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 377 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 393 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 410 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 448 | |
| indentation | Indentation | '.' has incorrect indentation level 4, expected level should be 6. | 542 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 31 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 71 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 76 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 119 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 174 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 237 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 238 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 10. | 239 | |
| indentation | Indentation | 'while' child has incorrect indentation level 10, expected level should be 12. | 240 | |
| indentation | Indentation | 'if' has incorrect indentation level 10, expected level should be 12. | 241 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 14. | 242 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 14. | 243 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 10, expected level should be 12. | 244 | |
| indentation | Indentation | 'while' child has incorrect indentation level 10, expected level should be 12. | 245 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 10. | 246 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 247 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 6, expected level should be 8. | 248 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 249 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 250 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 10. | 251 | |
| indentation | Indentation | 'while' child has incorrect indentation level 10, expected level should be 12. | 252 | |
| indentation | Indentation | 'if' has incorrect indentation level 10, expected level should be 12. | 253 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 14. | 254 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 14. | 255 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 10, expected level should be 12. | 256 | |
| indentation | Indentation | 'while' child has incorrect indentation level 10, expected level should be 12. | 257 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 10. | 258 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 259 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 6, expected level should be 8. | 260 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 261 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 262 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.rest.model.CellModel' import. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableNotFoundException' import. | 41 | |
| indentation | Indentation | 'Collections' has incorrect indentation level 3, expected level should be 4. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | ')' is preceded with whitespace. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 47 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 129 | |
| indentation | Indentation | 'try' has incorrect indentation level 13, expected level should be 8. | 129 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 10. | 130 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 10. | 131 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 6, expected level should be 8. | 132 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 8, expected level should be 10. | 134 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 6, expected level should be 8. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Scan' import. | 34 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 50 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 51 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.fasterxml.jackson.annotation.JsonIgnore' import. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | UpperEll | Should use uppercase 'L'. | 545 | |
| misc | UpperEll | Should use uppercase 'L'. | 548 | |
| misc | UpperEll | Should use uppercase 'L'. | 551 | |
| misc | UpperEll | Should use uppercase 'L'. | 554 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 104). | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 393 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 289 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 292 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 342 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 345 | |
| sizes | MethodLength | Method length is 154 lines (max allowed is 150). | 499 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 574 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 575 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 576 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 577 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 579 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 580 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 581 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 582 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 584 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 585 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 586 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 587 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 589 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 590 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 591 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 592 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 593 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 594 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 596 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 597 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 598 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 599 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 600 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 601 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 603 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 604 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 605 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 606 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 607 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 608 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 622 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 623 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 624 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 625 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 627 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 628 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 629 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 630 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 632 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 633 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 634 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 635 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 637 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 638 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 639 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 640 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 642 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 643 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 644 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 645 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 647 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 648 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 649 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 650 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 735 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 736 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 737 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 738 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 739 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 740 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 742 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 743 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 744 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 745 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 746 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 747 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 749 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 750 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 751 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 752 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 753 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 754 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 756 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 757 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 758 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 759 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 760 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 761 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 763 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 764 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 765 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 766 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 767 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 768 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 782 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 783 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 784 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 785 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 786 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 787 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 789 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 790 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 791 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 792 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 793 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 794 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 898 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 899 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 900 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 901 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 902 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 903 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 905 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 906 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 907 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 908 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 909 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 910 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 912 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 913 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 914 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 915 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 916 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 917 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 933 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 934 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 935 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 936 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 937 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 938 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 940 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 941 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 942 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 943 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 944 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 945 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 947 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 948 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 949 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 950 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 951 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 952 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 974 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 999 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1000 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1001 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1002 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1003 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 1004 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 101). | 99 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 171 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'if' child has incorrect indentation level 4, expected level should be 6. | 112 | |
| indentation | Indentation | 'if' child has incorrect indentation level 4, expected level should be 6. | 113 | |
| indentation | Indentation | 'if' child has incorrect indentation level 4, expected level should be 6. | 114 | |
| indentation | Indentation | 'if' child has incorrect indentation level 4, expected level should be 6. | 115 | |
| indentation | Indentation | 'if' child has incorrect indentation level 4, expected level should be 6. | 116 | |
| indentation | Indentation | 'if' child has incorrect indentation level 4, expected level should be 6. | 117 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 293 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 10, 12. | 294 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 295 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 300 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be one of the following: 10, 12. | 301 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 302 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 6. | 644 | |
| indentation | Indentation | 'object def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 645 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 649 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 650 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 16, expected level should be one of the following: 12, 14. | 651 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be 6. | 660 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.ws.rs.core.Response.ResponseBuilder' import. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.rest.model.VersionModel' import. | 37 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 165 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 220 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 234 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 260 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 322 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 334 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 351 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 362 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 373 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 385 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 400 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 418 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 423 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 451 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 470 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 484 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 532 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 535 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 547 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 550 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 572 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 586 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 634 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 637 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 649 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 652 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 672 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 683 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 34 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 125 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 127 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 128 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 129 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 130 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 131 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 10. | 132 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 12. | 133 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 10. | 134 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 12. | 135 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 10. | 136 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 137 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 138 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 139 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 148 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 153 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 4. | 154 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 6. | 155 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 6. | 156 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 6, expected level should be 4. | 157 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 167 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 168 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 169 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 171 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 172 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 173 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 10. | 174 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 12. | 175 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 10. | 176 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 12. | 177 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 10. | 178 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 179 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 180 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 181 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 209 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 10. | 210 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 12. | 212 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 10. | 214 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 12. | 216 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 10. | 219 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 220 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 221 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 222 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 10. | 223 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 12. | 224 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 10. | 225 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 12. | 226 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 10. | 227 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 228 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 229 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 230 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 257 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 258 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 259 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 260 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 261 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 10. | 262 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 12. | 263 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 10. | 264 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 12. | 265 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 10. | 266 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 267 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 268 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 269 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 298 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 299 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 300 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 10. | 301 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 12. | 302 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 10. | 303 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 12. | 304 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 10. | 305 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 306 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 307 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 308 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 343 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 344 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 345 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 10. | 346 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 12. | 347 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 10. | 348 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 12. | 349 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 10. | 350 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 351 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 352 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 353 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 382 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 383 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 384 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 385 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 386 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 387 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 10. | 388 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 12. | 389 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 10. | 390 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 12. | 391 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 10. | 392 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 393 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 394 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 395 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Append' import. | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 67 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 259 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 271 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 272 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 273 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 274 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 275 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 10. | 276 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 12. | 277 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 10. | 278 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 12. | 279 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 10. | 280 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 281 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 282 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 283 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 321 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 321 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 349 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 400 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 401 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 402 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 10. | 403 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 12. | 404 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 10. | 405 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 12. | 406 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 10. | 407 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 408 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 409 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 410 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 455 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 456 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 457 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 10. | 458 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 12. | 459 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 10. | 460 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 12. | 461 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 10. | 462 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 463 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 464 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 465 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 479 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 480 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 481 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 10. | 482 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 12. | 483 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 10. | 484 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 12. | 485 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 10. | 486 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 487 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 488 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 489 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 532 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 533 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 534 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 535 | |
| indentation | Indentation | 'try' has incorrect indentation level 10, expected level should be 12. | 536 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 14. | 537 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 10, expected level should be 12. | 538 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 14. | 539 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 10, expected level should be 12. | 540 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 541 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 542 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 543 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 559 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 560 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 561 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 562 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 563 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 564 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 565 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 566 | |
| indentation | Indentation | 'try' has incorrect indentation level 10, expected level should be 12. | 567 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 14. | 568 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 10, expected level should be 12. | 569 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 14. | 570 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 10, expected level should be 12. | 571 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 572 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 573 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 574 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 674 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 699 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 700 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 701 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 702 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 703 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 10. | 704 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 12. | 705 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 10. | 706 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 12. | 707 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 10. | 708 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 709 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 710 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 711 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 717 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 724 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 756 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 757 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 758 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 759 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 760 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 10. | 761 | |
| indentation | Indentation | 'try' child has incorrect indentation level 10, expected level should be 12. | 762 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 10. | 763 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 12. | 764 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 10. | 765 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 766 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 767 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 768 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 774 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 781 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 784 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 793 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 800 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 879 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 885 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 891 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 902 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 913 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 919 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 930 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 936 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.http.Header' import. | 28 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 23. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 160 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 348 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HBaseInterfaceAudience' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.yetus.audience.InterfaceStability. | 38 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.fasterxml.jackson.annotation.JsonProperty' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.CellUtil' import. | 37 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 98 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 115 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 117 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HColumnDescriptor' import. | 32 | |
| imports | ImportOrder | Wrong order for 'com.fasterxml.jackson.annotation.JsonAnyGetter' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 35 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| blocks | LeftCurly | '{' at column 23 should have line break after. | 85 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 34 | |
| imports | ImportOrder | Wrong order for 'com.fasterxml.jackson.annotation.JsonProperty' import. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Scan' import. | 37 | |
| imports | ImportOrder | Wrong order for 'com.fasterxml.jackson.annotation.JsonInclude' import. | 79 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 134 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 135 | |
| design | VisibilityModifier | Variable 'op' must be private and have accessor methods. | 136 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 206 | |
| design | VisibilityModifier | Variable 'op' must be private and have accessor methods. | 207 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 209 | |
| design | VisibilityModifier | Variable 'filters' must be private and have accessor methods. | 210 | |
| design | VisibilityModifier | Variable 'limit' must be private and have accessor methods. | 211 | |
| design | VisibilityModifier | Variable 'offset' must be private and have accessor methods. | 212 | |
| design | VisibilityModifier | Variable 'family' must be private and have accessor methods. | 213 | |
| design | VisibilityModifier | Variable 'qualifier' must be private and have accessor methods. | 214 | |
| design | VisibilityModifier | Variable 'ifMissing' must be private and have accessor methods. | 215 | |
| design | VisibilityModifier | Variable 'latestVersion' must be private and have accessor methods. | 216 | |
| design | VisibilityModifier | Variable 'minColumn' must be private and have accessor methods. | 217 | |
| design | VisibilityModifier | Variable 'minColumnInclusive' must be private and have accessor methods. | 218 | |
| design | VisibilityModifier | Variable 'maxColumn' must be private and have accessor methods. | 219 | |
| design | VisibilityModifier | Variable 'maxColumnInclusive' must be private and have accessor methods. | 220 | |
| design | VisibilityModifier | Variable 'dropDependentColumn' must be private and have accessor methods. | 221 | |
| design | VisibilityModifier | Variable 'chance' must be private and have accessor methods. | 222 | |
| design | VisibilityModifier | Variable 'prefixes' must be private and have accessor methods. | 223 | |
| design | VisibilityModifier | Variable 'timestamps' must be private and have accessor methods. | 225 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 349 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 370 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 371 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 372 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 373 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 374 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 375 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 376 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 377 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 378 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 379 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 380 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 383 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 384 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 385 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 388 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 389 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 390 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 391 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 392 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 393 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 10. | 394 | |
| indentation | Indentation | 'for' child has incorrect indentation level 10, expected level should be 12. | 395 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 10. | 396 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 397 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 6, expected level should be 8. | 398 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 399 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 400 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 401 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 402 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 403 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 404 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 405 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 406 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 407 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 408 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 409 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 10. | 410 | |
| indentation | Indentation | 'for' child has incorrect indentation level 10, expected level should be 12. | 411 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 10. | 412 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 413 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 6, expected level should be 8. | 414 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 415 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 416 | |
| indentation | Indentation | 'block rcurly' has incorrect indentation level 6, expected level should be 8. | 417 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 418 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 419 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 420 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 421 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 422 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 423 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 424 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 425 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 426 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 427 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 428 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 429 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 430 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 431 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 432 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 433 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 434 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 10. | 437 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 438 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 10. | 439 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 10. | 440 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 441 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 10. | 442 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 443 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 444 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 445 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 10. | 448 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 449 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 10. | 450 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 10. | 451 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 12. | 452 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 10. | 453 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 454 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 455 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 456 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 457 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 458 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 459 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 460 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 461 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 462 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 463 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 464 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 465 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 466 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 467 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 468 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 487 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 498 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 509 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 571 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 594 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 596 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 761 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 822 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.rest.ProtobufMessageHandler' import. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.ProtobufUtil' import. | 35 | |
| imports | ImportOrder | Wrong order for 'com.fasterxml.jackson.annotation.JsonProperty' import. | 39 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 503 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 593 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 631 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.ProtobufUtil' import. | 33 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.rest.ProtobufMessageHandler' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.ProtobufUtil' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HRegionInfo' import. | 29 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HColumnDescriptor' import. | 37 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.ProtobufUtil' import. | 42 | |
| imports | ImportOrder | Wrong order for 'com.fasterxml.jackson.annotation.JsonAnyGetter' import. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 116). | 47 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 48 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 49 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 50 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 52 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 53 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 54 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.rest.ProtobufMessageHandler' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.ProtobufUtil' import. | 32 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.rest.model.CellModel' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.rest.Constants' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.rest.Constants' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 104 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 280 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 362 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 462 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 467 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.security.token.Token' import. | 39 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 66 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.security.UserGroupInformation' import. | 27 | |
| design | VisibilityModifier | Variable 'authenticationMethod' must be private and have accessor methods. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.crypto.aes.CryptoAES' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.crypto.aes.CryptoAES' import. | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.HColumnDescriptor. | 32 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.ColumnFamilyDescriptor' import. | 38 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.crypto.aes.CryptoAES' import. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.security.UserGroupInformation' import. | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 21 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.security.authorize.PolicyProvider' import. | 26 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 38 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 39 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 40 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 41 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.crypto.aes.CryptoAES' import. | 39 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.io.WritableUtils' import. | 41 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 188 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 215 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 251 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.security.UserGroupInformation' import. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.security.UserProvider. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.crypto.aes.CryptoAES' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.security.token.Token' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ipc.FallbackDisallowedException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.ipc.RemoteException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 26 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'javax.security.sasl.SaslClient' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.generated.AuthenticationProtos.TokenIdentifier.Kind' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 190 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 220 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 231 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 276 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 284 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 173 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 175 | |
| indentation | Indentation | 'class def modifier' has incorrect indentation level 3, expected level should be 2. | 261 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 283 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 336 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 338 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 32 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 44 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 83 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 93 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 104 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 110 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 140 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 145 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 146 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 155 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 156 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 174 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 178 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 179 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 196 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 197 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 198 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 199 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 200 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 201 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 220 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 221 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 222 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 223 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 259 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 278 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 167 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 171 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 70 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 104 | |
| indentation | Indentation | 'method call rparen' has incorrect indentation level 10, expected level should be 6. | 184 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 243 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 332 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 333 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 401 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 403 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 412 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 463 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 481 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 511 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 618 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 638 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 649 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 724 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 761 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 773 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.ProtobufUtil' import. | 27 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 36 | |
| design | FinalClass | Class AccessControlUtil should be declared as final. | 43 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 295 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 296 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 340 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 355 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 389 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 390 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 391 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 392 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 393 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 394 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 395 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 396 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 397 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 398 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 412 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 413 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 414 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 415 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 416 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 417 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 418 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 419 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 420 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 421 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 493 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 496 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 503 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 520 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 545 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 555 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 568 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 595 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 619 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 640 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 664 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 692 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 4, expected level should be 6. | 764 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 6. | 291 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 307 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 392 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 533 | |
| sizes | MethodLength | Method length is 166 lines (max allowed is 150). | 535 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 648 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 884 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1117 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1209 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1376 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1377 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1378 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1379 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1380 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1381 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1382 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1383 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1384 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1984 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1988 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1997 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2001 | |
| indentation | Indentation | 'block' child has incorrect indentation level 11, expected level should be 12. | 2055 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 2166 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2352 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2355 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 130 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 287 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 288 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 30 | |
| blocks | LeftCurly | '{' at column 24 should have line break after. | 54 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 81 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 163 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 165 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 167 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.RpcCallback' import. | 48 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 103 | |
| indentation | Indentation | 'convert' has incorrect indentation level 2, expected level should be 4. | 130 | |
| indentation | Indentation | 'convert' has incorrect indentation level 2, expected level should be 4. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.BlockingRpcChannel' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread' import. | 68 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 72 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 78 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 140 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 151 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 289 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.access.Permission.Action' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hbase.thirdparty.com.google.protobuf.ByteString' import. | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 31 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 46 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 56 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 57 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 57 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 58 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 59 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 59 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 60 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 61 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 61 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 62 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 63 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 63 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 64 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 65 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 65 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 74 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 76 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 77 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 78 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 79 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 80 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 81 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 82 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 83 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 84 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 85 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 97 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 99 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 154 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 155 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 177 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 179 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 180 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 194 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 196 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 206 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 220 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 223 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 240 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 242 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 262 | |
| sizes | LineLength | Line is longer than 100 characters (found 137). | 266 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 267 | |
| sizes | LineLength | Line is longer than 100 characters (found 141). | 284 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 42 | |
| design | FinalClass | Class TableAuthManager should be declared as final. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 211 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 238 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 239 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 262 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 263 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 291 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 292 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 312 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 313 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 435 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 436 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 437 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 438 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 448 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 462 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 463 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 464 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 468 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 493 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 494 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 495 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 496 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 497 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 506 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 525 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 526 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 527 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 535 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 662 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 663 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 664 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 676 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 677 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 678 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 690 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 691 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 692 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 704 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 705 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 706 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 131 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 | |
| indentation | Indentation | 'if' child has incorrect indentation level 4, expected level should be 6. | 321 | |
| indentation | Indentation | 'if' child has incorrect indentation level 7, expected level should be 6. | 371 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 381 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 383 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 385 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'implements' has incorrect indentation level 2, expected level should be 4. | 500 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 7, expected level should be one of the following: 8, 10. | 565 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 7, expected level should be one of the following: 8, 10. | 587 | |
| blocks | EmptyBlock | Must have at least one statement. | 871 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1037 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 1137 | |
| sizes | MethodLength | Method length is 243 lines (max allowed is 150). | 1194 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1352 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1444 | |
| sizes | MethodLength | Method length is 165 lines (max allowed is 150). | 1715 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 14, expected level should be 12. | 1789 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 14, expected level should be 12. | 1790 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 14, expected level should be 12. | 1799 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 14, expected level should be 12. | 1800 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 2193 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 2417 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 2687 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 2701 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 300 | |
| blocks | EmptyBlock | Must have at least one statement. | 326 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 530 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 765 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 221 lines (max allowed is 150). | 151 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 245 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 167 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 107). | 132 | |
| sizes | LineLength | Line is longer than 100 characters (found 114). | 248 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 252 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 260 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 342 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 343 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 347 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 348 | |
| sizes | LineLength | Line is longer than 100 characters (found 129). | 352 | |
| sizes | LineLength | Line is longer than 100 characters (found 129). | 353 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 366 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 397 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 20, expected level should be 19. | 423 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 170 lines (max allowed is 150). | 242 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 401 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be 10. | 403 | |
| sizes | MethodLength | Method length is 301 lines (max allowed is 150). | 473 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 976 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 34 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 231 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 258 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 259 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 278 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.DataInput' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.protobuf.ProtobufUtil' import. | 26 | |
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 84 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.io.Text' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileSystem' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 36 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'lambda arguments' has incorrect indentation level 10, expected level should be 8. | 274 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 445 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 446 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 474 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'extends' has incorrect indentation level 2, expected level should be 4. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 109). | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.zookeeper.ZKClusterId' import. | 38 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 51 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 21 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 67 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 343 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 344 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 386 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 423 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 621 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 633 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 648 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 693 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 447 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.visibility.expression.ExpressionNode' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.security.visibility.expression.ExpressionNode' import. | 26 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 76 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 90 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 303 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 304 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 305 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 306 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 307 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 308 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 309 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 310 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 24 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 46 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Get' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configurable' import. | 23 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 36 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 358 lines (max allowed is 150). | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 253 lines (max allowed is 150). | 44 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 404 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 266 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 379 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 407 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 28. | 872 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 14, expected level should be 12. | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 119 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 122 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 123 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 125 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 14, expected level should be 12. | 283 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 113). | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'else' construct must use '{}'s. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 155 lines (max allowed is 150). | 2601 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 240 lines (max allowed is 150). | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 75 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 103 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 162 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 163 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 165 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 178 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 179 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 182 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 190 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 191 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 193 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 205 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 207 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 240 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 243 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 259 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 296 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 297 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 298 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 313 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 314 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 315 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 317 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 23 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants.OperationStatusCode.SANITY_CHECK_FAILURE' import. | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 113 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 209 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 218 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 240 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 480 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 481 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 608 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 728 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1044 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 24 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.CellUtil. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 | |
| design | FinalClass | Class VisibilityLabelServiceManager should be declared as final. | 31 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.exceptions.DeserializationException' import. | 33 | |
| design | FinalClass | Class VisibilityLabelsCache should be declared as final. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 80 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 82 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 259 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class TagInfo should be declared as final. | 56 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 126 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 127 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 130 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 131 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 132 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 133 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 136 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 137 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 140 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 141 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 142 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 143 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 144 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 31 should have line break after. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.querymatcher.ScanDeleteTracker' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 30 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 127 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 130 | |
| sizes | LineLength | Line is longer than 100 characters (found 120). | 140 | |
| sizes | LineLength | Line is longer than 100 characters (found 122). | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 126 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 149 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 231 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 278 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 324 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 345 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 373 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 393 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 448 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 473 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 474 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 475 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 476 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 477 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 478 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 479 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 480 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 481 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 482 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 483 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 484 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 494 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 495 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 496 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 497 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 498 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 499 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 500 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 501 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 502 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 503 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 504 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 505 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 514 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 517 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 595 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 598 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 608 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 611 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 640 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 710 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 713 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 723 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 726 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 791 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 809 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 851 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 854 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 874 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 880 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 894 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 913 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 915 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 995 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1100 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1228 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1299 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1300 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1302 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1316 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1353 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1354 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1355 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1357 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1367 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1368 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1370 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1373 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1397 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1398 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1468 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1470 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1510 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1513 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1533 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1539 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1573 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1630 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1632 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1637 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1638 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1639 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1640 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1641 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1642 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1643 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1644 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1645 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1655 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1660 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1661 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1662 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1663 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1664 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1665 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1666 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1667 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 1668 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 1669 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1682 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1718 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1719 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1721 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 1723 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1750 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1751 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1752 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1770 | |
| sizes | LineLength | Line is longer than 100 characters (found 130). | 1775 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1789 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1790 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1791 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 1794 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1809 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1811 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 1813 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 1823 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1825 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 1842 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1843 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 1844 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1857 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1875 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1887 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 2090 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 2115 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2163 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2167 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 2202 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2253 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2257 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2264 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2266 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2269 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2284 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2296 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2300 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2307 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2309 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2312 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2327 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2341 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2360 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2379 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2397 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2415 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2429 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2443 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2457 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2575 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2598 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2613 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2628 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2642 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2656 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2657 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2658 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 2774 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 2878 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2920 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2933 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 2950 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 2952 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 2953 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 2955 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 2956 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 2957 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 2. | 2958 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 2966 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 2968 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 2. | 2969 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 3000 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 3001 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 3002 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 3004 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3005 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3008 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 3062 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 3077 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3078 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 3100 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3101 | |
| indentation | Indentation | '.' has incorrect indentation level 4, expected level should be 6. | 3122 | |
| indentation | Indentation | '.' has incorrect indentation level 4, expected level should be 6. | 3123 | |
| indentation | Indentation | '.' has incorrect indentation level 4, expected level should be 6. | 3124 | |
| indentation | Indentation | '.' has incorrect indentation level 4, expected level should be 6. | 3125 | |
| indentation | Indentation | '.' has incorrect indentation level 4, expected level should be 6. | 3126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 184 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 185 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 186 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 187 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 188 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 189 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 226 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 227 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 228 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 229 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 230 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 231 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 232 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 234 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 247 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 248 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 249 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 250 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 251 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 252 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 253 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 255 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 278 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 279 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 280 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 281 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 282 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 283 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 284 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 286 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 321 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 322 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 324 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 339 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 340 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 342 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 361 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 362 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 382 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 383 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 385 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 402 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 403 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 405 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 409 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 438 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 439 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 442 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 449 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 479 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 480 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 481 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 482 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 484 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 505 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 506 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 507 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 524 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 525 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 526 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 527 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 550 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 551 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 552 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 553 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 554 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 568 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 569 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 570 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 571 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 572 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 573 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 593 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 632 | |
| indentation | Indentation | 'org' has incorrect indentation level 9, expected level should be 10. | 673 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 734 | |
| indentation | Indentation | 'org' has incorrect indentation level 9, expected level should be 10. | 796 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1013 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1087 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1088 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1089 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1090 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1091 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1093 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1112 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1131 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1132 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1151 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1152 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1170 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1171 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1217 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1229 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1230 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1244 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1256 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1293 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1310 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1327 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1328 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1351 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1352 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1371 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1384 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1479 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1480 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1598 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1643 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1755 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1767 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1779 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1790 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1793 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.util.StringUtils' import. | 35 | |
| imports | ImportOrder | Wrong order for 'edu.umd.cs.findbugs.annotations.Nullable' import. | 62 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 99 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 198 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 203 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 210 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 215 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 220 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 241 | |
| indentation | Indentation | 'method def lparen' has incorrect indentation level 6, expected level should be 2. | 252 | |
| whitespace | MethodParamPad | '(' should be on the previous line. | 252 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 253 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 260 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 261 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 279 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 349 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 366 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 367 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 372 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 391 | |
| sizes | LineLength | Line is longer than 100 characters (found 129). | 444 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 445 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 446 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 169 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 219 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 273 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 280 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 317 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.shaded.protobuf.generated.HBaseProtos. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 26 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.SnapshotDescription' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 40 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 41 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 42 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 44 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 45 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 46 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 48 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 50 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 51 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 52 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 55 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 57 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 59 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 60 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 61 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 62 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 6. | 63 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 6. | 64 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 65 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 68 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 70 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 71 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 72 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 73 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 74 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 75 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 77 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 78 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 80 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 81 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 82 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 83 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 84 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 85 | |
| indentation | Indentation | 'finally rcurly' has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 276 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 277 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 542 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 545 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 549 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 552 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 600 | |
| blocks | LeftCurly | '{' at column 44 should have line break after. | 770 | |
| blocks | LeftCurly | '{' at column 45 should have line break after. | 773 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 776 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 804 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 805 | |
| sizes | MethodLength | Method length is 170 lines (max allowed is 150). | 939 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 979 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.SnapshotDescription' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 35 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 39 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.SnapshotDescription' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 156 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 379 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 420 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 435 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 450 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 564 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 582 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 636 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 659 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 725 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 802 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 816 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 817 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 818 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 819 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 820 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 821 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.SnapshotDescription' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 124 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 159 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 160 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 161 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 184 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 328 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 340 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 355 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 379 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.SnapshotDescription' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.SnapshotDescription' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 125 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 126 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 127 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 152 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 191 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 229 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 326 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 398 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 460 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 470 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 481 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 161 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 327 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 410 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 448 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 550 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 105). | 211 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 213 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 223 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be one of the following: 12, 14. | 226 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 227 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 228 | |
| sizes | LineLength | Line is longer than 100 characters (found 152). | 233 | |
| sizes | LineLength | Line is longer than 100 characters (found 158). | 240 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 269 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 281 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 450 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 453 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 454 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 455 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 456 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be one of the following: 12, 14. | 457 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be one of the following: 12, 14. | 458 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 459 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 460 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 461 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 591 | |
| indentation | Indentation | 'if' child has incorrect indentation level 14, expected level should be 12. | 605 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 623 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 661 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 671 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 805 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 820 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 24 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 3, expected level should be 2. | 54 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 3, expected level should be 2. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 210 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 227 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 320 | |
| blocks | EmptyBlock | Must have at least one statement. | 325 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 6, 8. | 338 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 139 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 172 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 212 | |
| indentation | Indentation | 'try' has incorrect indentation level 4, expected level should be 6. | 257 | |
| indentation | Indentation | 'try' child has incorrect indentation level 6, expected level should be 8. | 258 | |
| indentation | Indentation | 'try' child has incorrect indentation level 6, expected level should be 8. | 259 | |
| indentation | Indentation | 'try' child has incorrect indentation level 6, expected level should be 8. | 260 | |
| indentation | Indentation | 'try' child has incorrect indentation level 6, expected level should be 8. | 261 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 4, expected level should be 6. | 262 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 6, expected level should be 8. | 263 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 520 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.junit.Ignore. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.junit.Ignore. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 104 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 277 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 437 | |
| misc | UpperEll | Should use uppercase 'L'. | 593 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 608 | |
| blocks | LeftCurly | '{' at column 50 should have line break after. | 625 | |
| misc | UpperEll | Should use uppercase 'L'. | 652 | |
| misc | UpperEll | Should use uppercase 'L'. | 656 | |
| misc | UpperEll | Should use uppercase 'L'. | 659 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 702 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 859 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 944 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 946 | |
| indentation | Indentation | 'throws' has incorrect indentation level 4, expected level should be 6. | 963 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 977 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 1084 | |
| indentation | Indentation | 'throws' has incorrect indentation level 6, expected level should be 8. | 1085 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1101 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1102 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1104 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1118 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1217 | |
| indentation | Indentation | 'throws' has incorrect indentation level 6, expected level should be 8. | 1221 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1223 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1246 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1249 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 1391 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 1400 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 1460 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1574 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1577 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1581 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1583 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 1643 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1822 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 110). | 94 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 96 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 342 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 498 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 534 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 23. | 643 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 46 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.wal.WALEdit' import. | 69 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.mapreduce.WALPlayer' import. | 71 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Mutation' import. | 72 | |
| imports | ImportOrder | Wrong order for 'java.io.BufferedReader' import. | 74 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 0, expected level should be 2. | 156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 2, expected level should be 4. | 158 | |
| indentation | Indentation | 'if' has incorrect indentation level 2, expected level should be 4. | 159 | |
| indentation | Indentation | 'if' child has incorrect indentation level 4, expected level should be 6. | 160 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 2, expected level should be 4. | 161 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 0, expected level should be 2. | 162 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 171 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 173 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 173 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 173 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 173 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 173 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 173 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 174 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 174 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 174 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 174 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 174 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 174 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 175 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 175 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 175 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 175 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 175 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 175 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 176 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 176 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 176 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 176 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 176 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 176 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 177 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 177 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 177 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 177 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 177 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 177 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 178 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 178 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 178 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 178 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 178 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 178 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 179 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 179 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 179 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 179 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 179 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 179 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 180 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 180 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 180 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 180 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 180 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 180 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 185 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 279 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 470 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 487 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 506 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 508 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 516 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 558 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 559 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 560 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 561 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 562 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 563 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 564 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 565 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 650 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 43 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 182 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 263 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 287 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 102). | 164 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 226 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 342 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 344 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 355 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 368 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 52. | 94 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be one of the following: 4, 52. | 95 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be one of the following: 8, 69. | 144 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 193 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 194 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 195 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 196 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 197 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 198 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 199 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 200 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 201 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 202 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 398 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 4. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 58 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 59 | |
| indentation | Indentation | 'member def type' has incorrect indentation level 4, expected level should be 2. | 60 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 62 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 63 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 67 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 69 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 70 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 70 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 6. | 72 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 73 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 75 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 76 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 77 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 6. | 78 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 81 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 6. | 82 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 83 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 86 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 94 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 97 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 97 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 98 | |
| indentation | Indentation | 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. | 100 | |
| indentation | Indentation | 'ctor def' child has incorrect indentation level 8, expected level should be 4. | 101 | |
| indentation | Indentation | 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. | 102 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 105 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 106 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 107 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 108 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 109 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 110 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 111 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 114 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 115 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 116 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 117 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 118 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 119 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 121 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 123 | |
| sizes | MethodLength | Method length is 223 lines (max allowed is 150). | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 124 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 4. | 125 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 6. | 126 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 6. | 127 | |
| indentation | Indentation | 'if' child has incorrect indentation level 10, expected level should be 6. | 134 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 4. | 138 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 140 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 142 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 143 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 145 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 151 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 152 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 153 | |
| indentation | Indentation | 'if' has incorrect indentation level 16, expected level should be 8. | 154 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 155 | |
| indentation | Indentation | 'if' child has incorrect indentation level 20, expected level should be 10. | 156 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 16, expected level should be 8. | 157 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 158 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 159 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 160 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 161 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 169 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 170 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 173 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 174 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 178 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 179 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 180 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 6. | 182 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 8, expected level should be 4. | 183 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 185 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 186 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 186 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 187 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 188 | |
| sizes | LineLength | Line is longer than 100 characters (found 123). | 188 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 189 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 191 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 192 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 197 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 26, 27. | 198 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 24, 25. | 200 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 24, 25. | 201 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 24, 25. | 202 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 204 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 209 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 214 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 215 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 215 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 216 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 220 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 221 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 221 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 222 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 226 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 227 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 229 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 230 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 230 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 232 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 233 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 234 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 235 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 236 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 237 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 238 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 243 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 245 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 246 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 247 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 248 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 250 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 251 | |
| sizes | LineLength | Line is longer than 100 characters (found 131). | 251 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 252 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 253 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 254 | |
| indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 257 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 258 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 259 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 261 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 263 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 264 | |
| sizes | LineLength | Line is longer than 100 characters (found 125). | 264 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 265 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 265 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 266 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 267 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 269 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 270 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 271 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 272 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 273 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 274 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 275 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 276 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 277 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 278 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 279 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 280 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 282 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 283 | |
| sizes | LineLength | Line is longer than 100 characters (found 141). | 283 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 284 | |
| sizes | LineLength | Line is longer than 100 characters (found 145). | 284 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 285 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 286 | |
| indentation | Indentation | 'try' has incorrect indentation level 12, expected level should be 6. | 289 | |
| indentation | Indentation | 'try' child has incorrect indentation level 16, expected level should be 8. | 290 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 12, expected level should be 6. | 291 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 12, expected level should be 6. | 293 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 295 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 296 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 297 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 298 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 299 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 300 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 301 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 302 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 303 | |
| sizes | LineLength | Line is longer than 100 characters (found 133). | 303 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 304 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 306 | |
| sizes | LineLength | Line is longer than 100 characters (found 149). | 306 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 307 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 308 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 309 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 310 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 311 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 313 | |
| sizes | LineLength | Line is longer than 100 characters (found 140). | 313 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 314 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 315 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 316 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 317 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 319 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 320 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 324 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 325 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 326 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 327 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 329 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 330 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 332 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 333 | |
| sizes | LineLength | Line is longer than 100 characters (found 161). | 333 | |
| indentation | Indentation | 'while' has incorrect indentation level 8, expected level should be 4. | 335 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 336 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 337 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 338 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 339 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 340 | |
| indentation | Indentation | 'while' child has incorrect indentation level 12, expected level should be 6. | 341 | |
| indentation | Indentation | 'while rcurly' has incorrect indentation level 8, expected level should be 4. | 342 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 344 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 345 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 347 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 348 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 349 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 350 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 351 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 352 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 353 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 354 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 356 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 359 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 360 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 361 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 362 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 364 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 365 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 366 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 367 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 368 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 369 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 370 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 371 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 372 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 374 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 375 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 376 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 377 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 378 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 380 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 381 | |
| indentation | Indentation | 'if' has incorrect indentation level 6, expected level should be 4. | 381 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 387 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be 14. | 406 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 411 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 412 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 413 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 117). | 177 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 254 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be 14. | 278 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 120). | 57 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 151 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 14, expected level should be 12. | 176 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method length is 151 lines (max allowed is 150). | 382 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 127). | 214 | |
| sizes | LineLength | Line is longer than 100 characters (found 122). | 217 | |
| sizes | LineLength | Line is longer than 100 characters (found 121). | 223 | |
| sizes | LineLength | Line is longer than 100 characters (found 126). | 230 | |
| sizes | LineLength | Line is longer than 100 characters (found 123). | 233 | |
| sizes | LineLength | Line is longer than 100 characters (found 122). | 239 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 316 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 330 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 331 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 332 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 333 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 334 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 335 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 428 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 466 | |
| sizes | LineLength | Line is longer than 100 characters (found 127). | 713 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 720 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 727 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 753 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 818 | |
| sizes | LineLength | Line is longer than 100 characters (found 124). | 857 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 858 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 859 | |
| sizes | LineLength | Line is longer than 100 characters (found 140). | 864 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 944 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 949 | |
| sizes | LineLength | Line is longer than 100 characters (found 123). | 998 | |
| sizes | LineLength | Line is longer than 100 characters (found 126). | 1032 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 1033 | |
| sizes | LineLength | Line is longer than 100 characters (found 122). | 1034 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 1060 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 1080 | |
| sizes | LineLength | Line is longer than 100 characters (found 143). | 1089 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 1091 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 1093 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1101 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 1152 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 1160 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 1161 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1227 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 1230 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 1274 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1398 | |
| sizes | LineLength | Line is longer than 100 characters (found 121). | 1416 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.lang.String.format' import. | 49 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 97 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 618 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be one of the following: 10, 12. | 620 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be one of the following: 10, 12. | 622 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 623 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 624 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.hadoop.hbase.*. | 34 | |
| sizes | LineLength | Line is longer than 100 characters (found 122). | 153 | |
| sizes | LineLength | Line is longer than 100 characters (found 123). | 157 | |
| sizes | LineLength | Line is longer than 100 characters (found 121). | 158 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 164 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be one of the following: 8, 23. | 123 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be one of the following: 8, 23. | 134 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be one of the following: 8, 23. | 154 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be one of the following: 8, 23. | 164 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be one of the following: 8, 23. | 174 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be one of the following: 8, 23. | 187 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be one of the following: 8, 23. | 234 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 25. | 459 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 170 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 172 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 257 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 265 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 621 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 629 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableName' import. | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 44 | |
| indentation | Indentation | 'for' has incorrect indentation level 6, expected level should be 4. | 118 | |
| indentation | Indentation | 'for' child has incorrect indentation level 8, expected level should be 6. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 | |
| indentation | Indentation | 'for' child has incorrect indentation level 8, expected level should be 6. | 153 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 6, expected level should be 4. | 154 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 23 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 40 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 42 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 43 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. | 44 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. | 93 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 94 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 54 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 54 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 95 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 103 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 111 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 124 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 137 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 178 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 182 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 250 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 250 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 103). | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 4, expected level should be one of the following: 8, 21. | 40 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be one of the following: 4, 6. | 93 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| indentation | Indentation | 'if' has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 | |
| indentation | Indentation | 'if' has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 96 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 97 | |
| indentation | Indentation | 'if' has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be one of the following: 6, 8. | 98 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. | 99 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 6, expected level should be one of the following: 2, 4. | 100 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 237 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 306 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 309 | |
| blocks | LeftCurly | '{' at column 33 should have line break after. | 312 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 315 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 326 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 377 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 380 | |
| blocks | LeftCurly | '{' at column 33 should have line break after. | 383 | |
| blocks | LeftCurly | '{' at column 34 should have line break after. | 386 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 398 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 76 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 87 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 88 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 175 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileStatus' import. | 24 | |
| imports | ImportOrder | Wrong order for 'edu.umd.cs.findbugs.annotations.CheckForNull' import. | 29 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 277 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 53 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 54 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 158 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 206 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 234 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 238 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 242 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 262 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 431 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 520 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 521 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class Base64 should be declared as final. | 121 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 491 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 492 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 493 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 494 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 495 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 496 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 498 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 499 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 500 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 501 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 502 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 503 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 505 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 506 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 507 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 508 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 509 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 510 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 512 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 513 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 886 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 950 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1119 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 1187 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1376 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 1425 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1440 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 230 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 231 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 232 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 243 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 266 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 290 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 303 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 304 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 361 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 362 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 364 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 390 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hfile.HFile' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 49 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 70 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.nio.ByteBuff' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.BloomType' import. | 29 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 96 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 115 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 158 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 159 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 205 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 206 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.nio.ByteBuff' import. | 25 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 92 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 93 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 108 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 109 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 127 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 142 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 143 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 178 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 246 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.CellSink' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.concurrent.BlockingQueue' import. | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.AbstractQueue' import. | 28 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 160 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 177 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 194 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 200 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 324 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 326 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 328 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 37 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 51 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 67 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 253 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 272 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 273 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 301 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 120 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 3, expected level should be 2. | 142 | |
| indentation | Indentation | 'if' has incorrect indentation level 5, expected level should be 4. | 147 | |
| indentation | Indentation | 'if' child has incorrect indentation level 7, expected level should be 6. | 148 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 5, expected level should be 4. | 149 | |
| indentation | Indentation | 'else' child has incorrect indentation level 7, expected level should be 6. | 150 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 5, expected level should be 4. | 151 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 3, expected level should be 2. | 152 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 298 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 333 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 414 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 415 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 416 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 417 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 418 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 590 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 591 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 592 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 611 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 671 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 775 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 776 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 802 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 803 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 839 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 840 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 876 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 886 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 887 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 958 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 959 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 960 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 961 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 980 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 981 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 982 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 983 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1001 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1002 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1003 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1004 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1005 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1029 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1039 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1041 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.protobuf.ByteString' import. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 217 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 218 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 285 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 404 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 435 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 453 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 617 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 634 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 659 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 660 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 687 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 808 | |
| indentation | Indentation | 'else' child has incorrect indentation level 5, expected level should be 6. | 835 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 848 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1000 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1061 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1083 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1154 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 3, expected level should be 4. | 1168 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1191 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1231 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1247 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1262 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1272 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1273 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1274 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1376 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1590 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1591 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1592 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1593 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1598 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1622 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1635 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1636 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1637 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1664 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1665 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1675 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1676 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1685 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1695 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1802 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1815 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1816 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 1818 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1826 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 1839 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 1848 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1908 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1909 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1913 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1915 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1942 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2038 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2041 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 2044 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2077 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2080 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 2083 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2112 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2115 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 2118 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 2133 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2150 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2177 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2202 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 2219 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 2231 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2244 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2255 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2256 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2259 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2441 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2442 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2443 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2464 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2465 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2466 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2492 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2493 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 2520 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2553 | |
| indentation | Indentation | 'for' child has incorrect indentation level 8, expected level should be 6. | 2560 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2566 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2567 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2588 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2589 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 89 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 46 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 59 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 79 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 104 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 119 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 185 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 40 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 352 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 353 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 366 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 376 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 378 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 380 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 382 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 384 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 386 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 388 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 390 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 442 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 492 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 61 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 61 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 105). | 63 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 140 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 634 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.CellComparatorImpl. | 34 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.io.hfile.CacheConfig' import. | 41 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 52 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 114 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.util.StringUtils' import. | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.AbstractMap' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 34 | |
| blocks | LeftCurly | '{' at column 46 should have line break after. | 74 | |
| blocks | LeftCurly | '{' at column 44 should have line break after. | 75 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | '(' is followed by whitespace. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class CoprocessorClassLoader should be declared as final. | 77 | |
| indentation | Indentation | 'array initialization rcurly' has incorrect indentation level 2, expected level should be one of the following: 6, 8. | 126 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 169 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 238 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 264 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be one of the following: 12, 14. | 266 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 8, expected level should be one of the following: 10, 12. | 267 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 6, expected level should be one of the following: 8, 10. | 268 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 372 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 395 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 396 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 23 should have line break after. | 180 | |
| blocks | LeftCurly | '{' at column 23 should have line break after. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 44 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'synchronized' child has incorrect indentation level 8, expected level should be 6. | 151 | |
| indentation | Indentation | 'if' has incorrect indentation level 8, expected level should be 6. | 152 | |
| indentation | Indentation | 'if' has incorrect indentation level 10, expected level should be 8. | 153 | |
| indentation | Indentation | 'if' child has incorrect indentation level 12, expected level should be 10. | 154 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 10, expected level should be 8. | 155 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 8, expected level should be 6. | 156 | |
| indentation | Indentation | 'else' has incorrect indentation level 8, expected level should be 6. | 157 | |
| indentation | Indentation | 'try' has incorrect indentation level 10, expected level should be 8. | 158 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 10. | 159 | |
| indentation | Indentation | 'if' child has incorrect indentation level 14, expected level should be 12. | 160 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 10. | 161 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 10. | 162 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 10, expected level should be 8. | 163 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 10. | 165 | |
| indentation | Indentation | 'if' child has incorrect indentation level 14, expected level should be 12. | 166 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 10. | 167 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 10. | 168 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 10. | 170 | |
| indentation | Indentation | 'if' child has incorrect indentation level 14, expected level should be 12. | 171 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 10. | 172 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 10. | 173 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 10, expected level should be 8. | 174 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 8, expected level should be 6. | 175 | |
| indentation | Indentation | 'synchronized' child has incorrect indentation level 8, expected level should be 6. | 176 | |
| indentation | Indentation | 'synchronized rcurly' has incorrect indentation level 6, expected level should be 4. | 177 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 216 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 | |
| design | FinalClass | Class EncryptionTest should be declared as final. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 78 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 79 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 105 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class EnvironmentEdgeManager should be declared as final. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class ExceptionUtil should be declared as final. | 36 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 43 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 44 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 60 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 55 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 113 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 114 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 160 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 162 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 194 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 217 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 219 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 271 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 272 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 273 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 274 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 276 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 280 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 299 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 300 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 301 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 311 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 312 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 313 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 328 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 329 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 330 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.BlockLocation' import. | 30 | |
| imports | RedundantImport | Redundant import from the same package - org.apache.hadoop.hbase.util.FSUtils. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'edu.umd.cs.findbugs.annotations.Nullable' import. | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder' import. | 45 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Coprocessor' import. | 48 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.HConstants' import. | 50 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.TableDescriptors' import. | 54 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 126 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 133 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 139 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 149 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 218 | |
| indentation | Indentation | 'if' child has incorrect indentation level 7, expected level should be 6. | 227 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 263 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 301 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 313 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 347 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 366 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 382 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 395 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 398 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 413 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 416 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 432 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 436 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 438 | |
| indentation | Indentation | 'new' has incorrect indentation level 2, expected level should be 4. | 467 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 520 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 522 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 524 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 529 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 553 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 586 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 593 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 621 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 649 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 703 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 731 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hdfs.protocol.HdfsConstants. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 141 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 154 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 178 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 183 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 205 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 230 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 250 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 278 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 280 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 286 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 290 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 301 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 302 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 305 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 324 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 327 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 337 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 367 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 370 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 387 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 403 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 406 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 420 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 424 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 433 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 457 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 472 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 512 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 574 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 616 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 617 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 621 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 625 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 663 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 694 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 696 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 719 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 773 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 790 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 809 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 929 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 948 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 966 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 967 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 968 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 969 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 970 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1017 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 1019 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1074 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 1076 | |
| sizes | LineLength | Line is longer than 100 characters (found 112). | 1087 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1177 | |
| indentation | Indentation | 'final' has incorrect indentation level 2, expected level should be 4. | 1180 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1181 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1196 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1205 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 1210 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 1223 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1245 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 1271 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1346 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1350 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1369 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1374 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1397 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1410 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1574 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 1576 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1670 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1688 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1697 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1704 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1706 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1710 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileStatus' import. | 27 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 58 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.fs.FileStatus' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 23 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 148 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 677 | |
| indentation | Indentation | 'if' child has incorrect indentation level 11, expected level should be 10. | 735 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 812 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 813 | |
| design | VisibilityModifier | Variable 'regionName' must be private and have accessor methods. | 840 | |
| design | VisibilityModifier | Variable 'metaFirstKey' must be private and have accessor methods. | 841 | |
| design | VisibilityModifier | Variable 'metaLastKey' must be private and have accessor methods. | 842 | |
| design | VisibilityModifier | Variable 'storesFirstKey' must be private and have accessor methods. | 843 | |
| design | VisibilityModifier | Variable 'storesLastKey' must be private and have accessor methods. | 844 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 846 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 900 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 902 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 977 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1014 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1111 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1116 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1166 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1170 | |
| sizes | LineLength | Line is longer than 100 characters (found 118). | 1176 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 1177 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 1185 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 1186 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 1188 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1202 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1374 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1375 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1377 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 1394 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1395 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1399 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1410 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 1429 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1430 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 1459 | |
| sizes | LineLength | Line is longer than 100 characters (found 123). | 1462 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 1473 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1537 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 8, expected level should be 6. | 1812 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1822 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1823 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1826 | |
| indentation | Indentation | 'if' has incorrect indentation level 7, expected level should be 6. | 1861 | |
| indentation | Indentation | 'if' child has incorrect indentation level 9, expected level should be 8. | 1864 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 7, expected level should be 6. | 1865 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 1917 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 1933 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1961 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 1999 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 2189 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 2210 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2258 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2359 | |
| sizes | MethodLength | Method length is 232 lines (max allowed is 150). | 2380 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 2381 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2383 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2455 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 2618 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2653 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2843 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2861 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 3038 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 3082 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3157 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 3157 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 3192 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 3265 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3281 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3329 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3388 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 3391 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3495 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3496 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 3574 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3615 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 3616 | |
| indentation | Indentation | '.' has incorrect indentation level 10, expected level should be 12. | 3642 | |
| indentation | Indentation | 'KeeperException' has incorrect indentation level 2, expected level should be 4. | 3673 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 3903 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 3904 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 3905 | |
| sizes | LineLength | Line is longer than 100 characters (found 137). | 4125 | |
| design | VisibilityModifier | Variable 'errorCount' must be private and have accessor methods. | 4164 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4227 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 4336 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 4397 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 4468 | |
| sizes | LineLength | Line is longer than 100 characters (found 115). | 4777 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 4820 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 4825 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 4826 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 4833 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 4838 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 4845 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 4847 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 4850 | |
| sizes | LineLength | Line is longer than 100 characters (found 145). | 4852 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 4853 | |
| sizes | LineLength | Line is longer than 100 characters (found 179). | 4854 | |
| sizes | LineLength | Line is longer than 100 characters (found 113). | 4856 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4881 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 4882 | |
| blocks | LeftCurly | '{' at column 39 should have line break after. | 4898 | |
| sizes | MethodLength | Method length is 229 lines (max allowed is 150). | 4908 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 53 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 68 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 86 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 87 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 88 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class HBaseHomePath should be declared as final. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class HFileArchiveTestingUtil should be declared as final. | 42 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 90 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 104 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 136 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 138 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 193 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 194 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 202 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 181 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 182 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 185 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class Entry should be declared as final. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 68 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 69 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 75 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 76 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 77 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 6, expected level should be 8. | 96 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 | |
| indentation | Indentation | 'if' has incorrect indentation level 9, expected level should be 10. | 137 | |
| indentation | Indentation | 'if' has incorrect indentation level 11, expected level should be 12. | 138 | |
| indentation | Indentation | 'if' child has incorrect indentation level 13, expected level should be 14. | 139 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 11, expected level should be 12. | 140 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 9, expected level should be 10. | 141 | |
| indentation | Indentation | 'else' child has incorrect indentation level 11, expected level should be 12. | 142 | |
| indentation | Indentation | 'else rcurly' has incorrect indentation level 9, expected level should be 10. | 143 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 9, expected level should be 10. | 144 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 217 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 280 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 298 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 345 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 346 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'IOException' has incorrect indentation level 2, expected level should be 4. | 100 | |
| indentation | Indentation | 'IOException' has incorrect indentation level 2, expected level should be 4. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 14, expected level should be one of the following: 12, 23, 24. | 162 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 167 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 207 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 208 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 294 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 22 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.CoordinatedStateManager. | 31 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 38 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 77 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 159 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 160 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 233 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 234 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 296 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 86 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 87 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 90 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 91 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 93 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 96 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 99 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 102 | |
| sizes | MethodLength | Method length is 158 lines (max allowed is 150). | 104 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 109 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 109 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 189 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 190 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 191 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 192 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 193 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 194 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 195 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 196 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 197 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 198 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 199 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 200 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 201 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 202 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 203 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 204 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 205 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 206 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 207 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 208 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 209 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 210 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 211 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 213 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 214 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 215 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 216 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.fasterxml.jackson.databind.ObjectMapper' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.metrics.JvmPauseMonitorSource' import. | 30 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 31 | |
| design | FinalClass | Class GcTimes should be declared as final. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method def modifier' has incorrect indentation level 12, expected level should be one of the following: 6, 8. | 54 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 14, expected level should be one of the following: 8, 10. | 56 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8. | 57 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 10, expected level should be one of the following: 4, 6. | 58 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Cell' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.ArrayBackedTag' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 42 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 328 | |
| sizes | MethodLength | Method length is 191 lines (max allowed is 150). | 575 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 648 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 892 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 109). | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.mapreduce.TableMapReduceUtil' import. | 24 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 53 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 56 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 64 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 132 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 136 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 138 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 200 | |
| indentation | Indentation | '.' has incorrect indentation level 4, expected level should be 6. | 237 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.ClusterConnection' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.test.LoadTestDataGenerator' import. | 44 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 58 | |
| sizes | LineLength | Line is longer than 100 characters (found 117). | 80 | |
| sizes | LineLength | Line is longer than 100 characters (found 119). | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 323 | |
| sizes | MethodLength | Method length is 166 lines (max allowed is 150). | 325 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 508 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 542 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Consistency' import. | 31 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 104). | 112 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.test.LoadTestDataGenerator' import. | 48 | |
| sizes | LineLength | Line is longer than 100 characters (found 111). | 169 | |
| indentation | Indentation | 'case' child has incorrect indentation level 18, expected level should be 20. | 206 | |
| indentation | Indentation | 'block' child has incorrect indentation level 20, expected level should be 22. | 207 | |
| indentation | Indentation | 'block' child has incorrect indentation level 20, expected level should be 22. | 208 | |
| indentation | Indentation | 'block' child has incorrect indentation level 20, expected level should be 22. | 209 | |
| indentation | Indentation | 'block' child has incorrect indentation level 20, expected level should be 22. | 210 | |
| indentation | Indentation | 'block' child has incorrect indentation level 20, expected level should be 22. | 211 | |
| indentation | Indentation | 'case' child has incorrect indentation level 18, expected level should be 20. | 212 | |
| indentation | Indentation | 'block' child has incorrect indentation level 20, expected level should be 22. | 213 | |
| indentation | Indentation | 'block' child has incorrect indentation level 20, expected level should be 22. | 216 | |
| indentation | Indentation | 'block' child has incorrect indentation level 20, expected level should be 22. | 217 | |
| indentation | Indentation | 'block' child has incorrect indentation level 20, expected level should be 22. | 218 | |
| indentation | Indentation | 'block' child has incorrect indentation level 20, expected level should be 22. | 219 | |
| indentation | Indentation | 'case' child has incorrect indentation level 18, expected level should be 20. | 220 | |
| indentation | Indentation | 'block' child has incorrect indentation level 20, expected level should be 22. | 221 | |
| indentation | Indentation | 'block' child has incorrect indentation level 20, expected level should be 22. | 222 | |
| sizes | LineLength | Line is longer than 100 characters (found 103). | 269 | |
| indentation | Indentation | 'for' child has incorrect indentation level 7, expected level should be 6. | 324 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 113). | 126 | |
| indentation | Indentation | 'for' child has incorrect indentation level 7, expected level should be 6. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 69 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 70 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 72 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 73 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 75 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 76 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 77 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 78 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 79 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 80 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.concurrent.ThreadFactory' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 29 should have line break after. | 33 | |
| blocks | LeftCurly | '{' at column 33 should have line break after. | 36 | |
| blocks | LeftCurly | '{' at column 30 should have line break after. | 45 | |
| blocks | LeftCurly | '{' at column 29 should have line break after. | 56 | |
| blocks | LeftCurly | '{' at column 33 should have line break after. | 59 | |
| blocks | LeftCurly | '{' at column 44 should have line break after. | 63 | |
| blocks | LeftCurly | '{' at column 40 should have line break after. | 68 | |
| blocks | LeftCurly | '{' at column 30 should have line break after. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 268 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 346 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 346 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 348 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 463 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 464 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 465 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 466 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 467 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 468 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 469 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 470 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 471 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 581 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 582 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 604 | |
| coding | EmptyStatement | Empty statement. | 605 | |
| blocks | LeftCurly | '{' at column 37 should have line break after. | 651 | |
| blocks | LeftCurly | '{' at column 36 should have line break after. | 652 | |
| blocks | LeftCurly | '{' at column 49 should have line break after. | 726 | |
| blocks | LeftCurly | '{' at column 48 should have line break after. | 727 | |
| blocks | LeftCurly | '{' at column 60 should have line break after. | 728 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 836 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 920 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 921 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 922 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 923 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 942 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 943 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 944 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 961 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 977 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 985 | |
| coding | EmptyStatement | Empty statement. | 986 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1003 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1005 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1102 | |
| coding | EmptyStatement | Empty statement. | 1103 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1142 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1164 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1199 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1756 | |
| coding | EmptyStatement | Empty statement. | 1757 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 29 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 42 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 51 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 73 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 82 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 91 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 100 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 105 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 112 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 122 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 124 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 30 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 65 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 80 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 104 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | InnerAssignment | Inner assignments should be avoided. | 81 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 273 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 274 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 275 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 276 | |
| indentation | Indentation | 'case' child has incorrect indentation level 4, expected level should be 6. | 277 | |
| indentation | Indentation | 'block' child has incorrect indentation level 6, expected level should be 8. | 278 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 403 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 168 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 72 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 73 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'ctor def rparen' has incorrect indentation level 6, expected level should be 2. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'edu.umd.cs.findbugs.annotations.NonNull' import. | 35 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class RegionMover should be declared as final. | 77 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 146 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 180 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 214 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 216 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 284 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 285 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 674 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 675 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 677 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 691 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 692 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 693 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 721 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 722 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 723 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 746 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 747 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 748 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 794 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 795 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 796 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 798 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 823 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 825 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 846 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 847 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 848 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 875 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 876 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 877 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 879 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 893 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 894 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 896 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes.ByteArrayComparator' import. | 32 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 86 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 222 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Admin' import. | 52 | |
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder' import. | 61 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 145 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 394 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 434 | |
| sizes | MethodLength | Method length is 198 lines (max allowed is 150). | 457 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 458 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 574 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 659 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 744 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 753 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 784 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 785 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 791 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 800 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 826 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 828 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 106). | 134 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 48 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 61 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 73 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 81 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.CellComparatorImpl. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 132 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 119 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'else' construct must use '{}'s. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 131 | |
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 225 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 57 should have line break after. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 183 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 190 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 217 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 224 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 45 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 73 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.Comparator' import. | 23 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.Stoppable' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 43 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 44 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 45 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 46 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 47 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 48 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 49 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 50 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 51 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 52 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 6, expected level should be 4. | 53 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 58 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 64 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 66 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 67 | |
| misc | UpperEll | Should use uppercase 'L'. | 151 | |
| misc | UpperEll | Should use uppercase 'L'. | 151 | |
| misc | UpperEll | Should use uppercase 'L'. | 237 | |
| misc | UpperEll | Should use uppercase 'L'. | 237 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 370 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 470 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 507 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 508 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 509 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 510 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 511 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 512 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 513 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 8, expected level should be 6. | 514 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 517 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 534 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 541 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 10. | 115 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 10. | 116 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 10. | 119 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 10. | 120 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 10. | 122 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 10. | 123 | |
| sizes | LineLength | Line is longer than 100 characters (found 104). | 123 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 10. | 124 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 10. | 125 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 10. | 126 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 10. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 63 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 158 | |
| sizes | LineLength | Line is longer than 100 characters (found 108). | 160 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 109). | 88 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 108 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 213 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 229 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 240 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 269 | |
| sizes | LineLength | Line is longer than 100 characters (found 102). | 277 | |
| sizes | LineLength | Line is longer than 100 characters (found 105). | 301 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 304 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 326 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 419 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 87 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 107 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 6, expected level should be 4. | 134 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 141 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 176 | |
| sizes | LineLength | Line is longer than 100 characters (found 122). | 297 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 385 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.*. | 32 | |
| indentation | Indentation | 'for' child has incorrect indentation level 9, expected level should be 10. | 121 | |
| indentation | Indentation | 'for' child has incorrect indentation level 9, expected level should be 10. | 122 | |
| indentation | Indentation | 'for' child has incorrect indentation level 9, expected level should be 10. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'for' construct must use '{}'s. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 8, expected level should be one of the following: 6, 42, 44. | 68 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 123 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 133 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 135 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 136 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 137 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 140 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 141 | |
| indentation | Indentation | 'case' child has incorrect indentation level 6, expected level should be 8. | 142 | |
| indentation | Indentation | 'block' child has incorrect indentation level 8, expected level should be 10. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | ArrayTypeStyle | Array brackets at illegal position. | 119 | |
| indentation | Indentation | 'array initialization lcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. | 120 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 124 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 211 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 212 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 278 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 279 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 422 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 423 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 490 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 491 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 558 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 559 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 625 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 626 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 694 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 695 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 764 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 765 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 785 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 834 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 835 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 955 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 956 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1032 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1033 | |
| misc | UpperEll | Should use uppercase 'L'. | 1085 | |
| misc | UpperEll | Should use uppercase 'L'. | 1094 | |
| misc | UpperEll | Should use uppercase 'L'. | 1216 | |
| misc | UpperEll | Should use uppercase 'L'. | 1225 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 64 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 65 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 66 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 67 | |
| indentation | Indentation | 'member def modifier' has incorrect indentation level 4, expected level should be 2. | 69 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 72 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 74 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 75 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 77 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 79 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 80 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 85 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 87 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 88 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 89 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 90 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 91 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 92 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 93 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 94 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 95 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 96 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 97 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 98 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 99 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 100 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 101 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 102 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 103 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 10, expected level should be 4. | 104 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 110 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 115 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 117 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 118 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 119 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 120 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 121 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 122 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 123 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 124 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 125 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 126 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 127 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 128 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 129 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 130 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 131 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 132 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 133 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 134 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 137 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 139 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 145 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 147 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 150 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 151 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 152 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 154 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 155 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 156 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 157 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 158 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 159 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 162 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 163 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 165 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 166 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 167 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 168 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 171 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 172 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 175 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 176 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 179 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 180 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 181 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 182 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 184 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 185 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 186 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 187 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 193 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 195 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 198 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 199 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 200 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 202 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 203 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 204 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 205 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 206 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 207 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 210 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 211 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 213 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 214 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 215 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 216 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 219 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 220 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 223 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 224 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 227 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 228 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 231 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 232 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 233 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 234 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 236 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 237 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 238 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 239 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 245 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 247 | |
| indentation | Indentation | 'try' has incorrect indentation level 8, expected level should be 4. | 250 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 251 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 6. | 252 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 8, expected level should be 4. | 253 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 255 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 256 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 257 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 259 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 260 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 261 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 262 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 263 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 44, 45. | 264 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 265 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 268 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 269 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 271 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 272 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 273 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 274 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 276 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 277 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 279 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 16, expected level should be one of the following: 10, 48, 49. | 280 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 281 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 284 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 285 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 288 | |
| sizes | LineLength | Line is longer than 100 characters (found 107). | 288 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 289 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 290 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 291 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 293 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 294 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 295 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 296 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 371 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 373 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 374 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 375 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 376 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 377 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 378 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 379 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 389 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 391 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 394 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 395 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 396 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 397 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 398 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 400 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 6, expected level should be 4. | 403 | |
| indentation | Indentation | 'try' has incorrect indentation level 6, expected level should be 4. | 404 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 406 | |
| indentation | Indentation | 'try' child has incorrect indentation level 8, expected level should be 6. | 407 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 6. | 408 | |
| indentation | Indentation | 'for' child has incorrect indentation level 10, expected level should be 8. | 409 | |
| indentation | Indentation | 'for' child has incorrect indentation level 10, expected level should be 8. | 410 | |
| indentation | Indentation | 'for' child has incorrect indentation level 10, expected level should be 8. | 411 | |
| indentation | Indentation | 'for' child has incorrect indentation level 10, expected level should be 8. | 414 | |
| indentation | Indentation | 'for' child has incorrect indentation level 10, expected level should be 8. | 415 | |
| indentation | Indentation | 'for' child has incorrect indentation level 10, expected level should be 8. | 419 | |
| indentation | Indentation | 'for' child has incorrect indentation level 10, expected level should be 8. | 420 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 6. | 421 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 6, expected level should be 4. | 422 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 423 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 431 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 4, expected level should be 2. | 433 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 434 | |
| indentation | Indentation | 'for' has incorrect indentation level 8, expected level should be 4. | 435 | |
| indentation | Indentation | 'if' has incorrect indentation level 12, expected level should be 6. | 436 | |
| indentation | Indentation | 'if' child has incorrect indentation level 16, expected level should be 8. | 437 | |
| indentation | Indentation | 'if rcurly' has incorrect indentation level 12, expected level should be 6. | 438 | |
| indentation | Indentation | 'for' child has incorrect indentation level 12, expected level should be 6. | 439 | |
| indentation | Indentation | 'for rcurly' has incorrect indentation level 8, expected level should be 4. | 440 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be 4. | 441 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 4, expected level should be 2. | 442 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'method call' child has incorrect indentation level 5, expected level should be 6. | 43 | |
| indentation | Indentation | 'method call' child has incorrect indentation level 5, expected level should be 6. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.Assert.*. | 20 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 78 | |
| sizes | LineLength | Line is longer than 100 characters (found 116). | 113 | |
| sizes | LineLength | Line is longer than 100 characters (found 106). | 165 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 45 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 110 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 123 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 124 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 127 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 187 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 35 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 64 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 66 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 170 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 171 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 184 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 185 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 197 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 198 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 212 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 213 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 226 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 227 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 239 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 240 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 254 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 255 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 268 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 269 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 281 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 282 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 314 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 315 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 316 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 317 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 318 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 347 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 348 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 349 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 350 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 351 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 371 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 372 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 373 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 374 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 375 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 467 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 468 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class UnsafeAvailChecker should be declared as final. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.io.DataInputBuffer' import. | 30 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 92 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 94 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 95 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 100 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 111 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 113 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 116 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 120 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 146 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.zookeeper.ZKUtil' import. | 30 | |
| design | FinalClass | Class ZKDataMigrator should be declared as final. | 42 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 64 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 72 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 73 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 74 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 75 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 76 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 77 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 78 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 79 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 80 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 81 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 82 | |
| indentation | Indentation | 'block' child has incorrect indentation level 10, expected level should be 12. | 83 | |
| indentation | Indentation | 'case' child has incorrect indentation level 8, expected level should be 10. | 84 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 97 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 45 | |
| imports | ImportOrder | Wrong order for 'org.mockito.ArgumentMatchers.any' import. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.junit.After' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.junit.Assert.assertEquals' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 37 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 194 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 263 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 298 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 332 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 335 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 480 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 516 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 524 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 30 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 128 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 129 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 | |
| indentation | Indentation | 'Result' has incorrect indentation level 4, expected level should be 6. | 265 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.conf.Configuration' import. | 27 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 46 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 67 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Get' import. | 24 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 147 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 148 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 150 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 158 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 159 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 161 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.client.Delete' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL' import. | 40 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 281 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 434 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 439 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 28 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 49 should have line break after. | 189 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 213 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.hadoop.hbase.util.FSUtils. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 175 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 176 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 184 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 243 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 245 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.util.Bytes' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 106). | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be one of the following: 8, 21. | 142 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 23. | 154 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 10, 23. | 169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 167 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 176 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 177 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 262 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 338 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 172 | |
| sizes | LineLength | Line is longer than 100 characters (found 110). | 216 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 228 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 281 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 295 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 302 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 318 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 325 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 329 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 334 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 394 | |
| indentation | Indentation | 'try' has incorrect indentation level 10, expected level should be 8. | 454 | |
| indentation | Indentation | 'try' child has incorrect indentation level 12, expected level should be 10. | 455 | |
| indentation | Indentation | 'try rcurly' has incorrect indentation level 10, expected level should be 8. | 457 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 12, expected level should be 10. | 458 | |
| indentation | Indentation | 'catch rcurly' has incorrect indentation level 10, expected level should be 8. | 459 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 472 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 537 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 613 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 114 | |
| indentation | Indentation | 'org' has incorrect indentation level 2, expected level should be 4. | 115 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 150 | |
| indentation | Indentation | 'org' has incorrect indentation level 2, expected level should be 4. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 85 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 106). | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | EmptyBlock | Must have at least one statement. | 113 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 223 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 224 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 238 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 690 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 825 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 896 | |
| indentation | Indentation | 'array initialization' child has incorrect indentation level 10, expected level should be 8. | 897 | |
| indentation | Indentation | 'method def modifier' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 921 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 923 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 8, expected level should be one of the following: 12, 14. | 924 | |
| indentation | Indentation | 'method def rcurly' has incorrect indentation level 6, expected level should be one of the following: 10, 12. | 925 | |
| indentation | Indentation | 'object def rcurly' has incorrect indentation level 4, expected level should be one of the following: 8, 10. | 926 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1042 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1046 | |
| sizes | LineLength | Line is longer than 100 characters (found 109). | 1203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 107 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 109 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 110 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 112 | |
| sizes | LineLength | Line is longer than 100 characters (found 101). | 114 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 120 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 121 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 122 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 123 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 130 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 137 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 168 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 169 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 170 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 171 | |
| javadoc | JavadocTagContinuationIndentation | Line continuation have incorrect indentation level, expected level should be 2. | 205 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.hadoop.hbase.KeyValue' import. | 28 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 94 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 226 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 267 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 239 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 240 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 257 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 280 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 281 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 282 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 283 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 100 characters (found 111). | 176 | |
| sizes | MethodLength | Method length is 192 lines (max allowed is 150). | 206 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 358 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 361 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 382 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 414 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 416 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 442 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 581 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 589 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 591 | |
| indentation | Indentation | 'method def' child has incorrect indentation level 5, expected level should be 4. | 598 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.fasterxml.jackson.databind.ObjectMapper' import. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 205 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 209 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 218 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 221 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 282 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 284 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 291 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 297 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 302 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 304 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 319 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 392 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 394 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 396 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 398 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 400 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 370 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 371 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 372 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 408 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 409 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 410 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 411 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 412 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 413 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 460 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 462 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 464 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 470 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 518 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 519 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 550 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 551 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 553 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 597 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 601 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 695 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 697 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 698 | |
| indentation | Indentation | 'throws' has incorrect indentation level 2, expected level should be 4. | 748 | |
| design | VisibilityModifier | Variable 'dataAvailable' must be private and have accessor methods. | 813 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 824 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 869 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 870 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1159 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1204 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1242 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1465 | |
| indentation | Indentation | 'catch' child has incorrect indentation level 10, expected level should be 8. | 1580 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 1788 | |
| design | VisibilityModifier | Variable 'mutation' must be private and have accessor methods. | 1789 | |
| design | VisibilityModifier | Variable 'nonceGroup' must be private and have accessor methods. | 1790 | |
| design | VisibilityModifier | Variable 'nonce' must be private and have accessor methods. | 1791 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1816 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1817 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 1821 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1848 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| indentation | Indentation | 'lambda arguments' has incorrect indentation level 12, expected level should be 10. | 270 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 118 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 187 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 189 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | FinalClass | Class ZKMetadata should be declared as final. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| design | VisibilityModifier | Variable 'baseZNode' must be private and have accessor methods. | 46 | |
| design | VisibilityModifier | Variable 'metaZNodePrefix' must be private and have accessor methods. | 48 | |
| design | VisibilityModifier | Variable 'metaReplicaZNodes' must be private and have accessor methods. | 50 | |
| design | VisibilityModifier | Variable 'rsZNode' must be private and have accessor methods. | 52 | |
| design | VisibilityModifier | Variable 'drainingZNode' must be private and have accessor methods. | 54 | |
| design | VisibilityModifier | Variable 'masterAddressZNode' must be private and have accessor methods. | 56 | |
| design | VisibilityModifier | Variable 'backupMasterAddressesZNode' must be private and have accessor methods. | 58 | |
| design | VisibilityModifier | Variable 'clusterStateZNode' must be private and have accessor methods. | 60 | |
| annotation | MissingDeprecated | Must include both @java.lang.Deprecated annotation and @deprecated Javadoc tag with description. | 65 | |
| design | VisibilityModifier | Variable 'tableZNode' must be private and have accessor methods. | 66 | |
| design | VisibilityModifier | Variable 'clusterIdZNode' must be private and have accessor methods. | 68 | |
| design | VisibilityModifier | Variable 'splitLogZNode' must be private and have accessor methods. | 70 | |
| design | VisibilityModifier | Variable 'balancerZNode' must be private and have accessor methods. | 72 | |
| design | VisibilityModifier | Variable 'regionNormalizerZNode' must be private and have accessor methods. | 74 | |
| design | VisibilityModifier | Variable 'switchZNode' must be private and have accessor methods. | 76 | |
| design | VisibilityModifier | Variable 'tableLockZNode' must be private and have accessor methods. | 78 | |
| design | VisibilityModifier | Variable 'namespaceZNode' must be private and have accessor methods. | 80 | |
| design | VisibilityModifier | Variable 'masterMaintZNode' must be private and have accessor methods. | 82 | |
| design | VisibilityModifier | Variable 'replicationZNode' must be private and have accessor methods. | 85 | |
| design | VisibilityModifier | Variable 'peersZNode' must be private and have accessor methods. | 87 | |
| design | VisibilityModifier | Variable 'queuesZNode' must be private and have accessor methods. | 89 | |
| design | VisibilityModifier | Variable 'hfileRefsZNode' must be private and have accessor methods. | 91 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 144 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 156 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 169 | |
| javadoc | NonEmptyAtclauseDescription | At-clause should have a non-empty description. | 181 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.yetus.audience.InterfaceAudience' import. | 26 |